COLOR #75BDBB

HEX: #75BDBB RGB: (117,189,187)

Color info

#75BDBB contains mainly green and blue colors. Web safe color of #75BDBB is #66CCCC (or #6CC).

RGB color model

#75BDBB color RGB value is (117,189,187).

RGB: (117,189,187) (46%, 74%, 73%)

RGB channels and saturation

R 117 of 255 = 46%
G 189 of 255 = 74%
B 187 of 255 = 73%

117
189
187

R + G + B ~ 64%. #75BDBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 189 + 187 = 493 (100%)
R 117 of 493 ~ 23.73%
G 189 of 493 ~ 38.34%
B 187 of 493 ~ 37.93'%

%23.73
%38.34
%37.93

CMYK color model

#75BDBB color CMYK value is (38,0,1,26).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (38,0,1,26)
C38M0Y1K26 (38%, 0%, 1%, 26%)
(0.38 / 0.00 / 0.01 / 0.26)

CMYK percentages

%38.1
%0
%1.06
%25.88

Codes

Color #75BDBB in popluar color models

75 BD BB
RGB 117 189 187
HSL 178° 35.29% 60.00%
HSB/HSV 178° 38.10% 74.12%
CMYK 38.10% 0.00% 1.06%
25.88%

Color #75BDBB in popluar number systems.

HEX 75 BD BB
Decimal 117 189 187
Binary 1110101 10111101 10111011
Octal 165 275 273

Shades and tints

Shades of #75BDBB

#75BDBB
(117,189,187)
#6BACAA
(107,172,170)
#619B99
(97,155,153)
#578A88
(87,138,136)
#4D7977
(77,121,119)
#436866
(67,104,102)
#395755
(57,87,85)
#2F4644
(47,70,68)
#253533
(37,53,51)
#1B2422
(27,36,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #75BDBB

#75BDBB
(117,189,187)
#81C3C1
(129,195,193)
#8DC9C7
(141,201,199)
#99CFCD
(153,207,205)
#A5D5D3
(165,213,211)
#B1DBD9
(177,219,217)
#BDE1DF
(189,225,223)
#C9E7E5
(201,231,229)
#D5EDEB
(213,237,235)
#E1F3F1
(225,243,241)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BDBB color. Also use rgb(117,189,187) instead hex code.

Text Font Color

.myTextColor { color: #75BDBB; }

<p style="color:#75BDBB">This sample text font color is #75BDBB.</p>

This text font color is #75BDBB.

Background Color

.myBgColor { background-color: #75BDBB; }

<div style="background-color:#75BDBB">Inner text</div>

This div background color is #75BDBB.

Border color

.myBorderColor { border: 1px solid #75BDBB; }

<div style="border:3px solid #75BDBB">Div</div>

This div border color is #75BDBB.

Opacity

.myOpacity80 { color: #75BDBB; opacity: 0.8; }

<p style="color:#75BDBB;opacity:0.8;">80%</p>

Text with #75BDBB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75BDBB;}

<p style="text-shadow: 3px 3px 1px #75BDBB">Text here.</p>

This text has shadow with #75BDBB color.


.textShadow {text-shadow: 3px 3px 1px #75BDBB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75BDBB, 5px 5px 20px red">Text here.</p>

This text has shadow with #75BDBB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75BDBB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75BDBB, Direction=45, Strength=4)">Text</p>

This text has shadow with #75BDBB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75BDBB;
-webkit-box-shadow: 1px 1px 3px 2px #75BDBB;
box-shadow: 1px 1px 3px 2px #75BDBB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75BDBB; -webkit-box-shadow: 1px 1px 3px 2px #75BDBB; box-shadow:1px 1px 3px 2px #75BDBB;">
Div content here
</div>

This div box has shadow with color #75BDBB.

Preview

Color preview on black background

This text has color #75BDBB on black background.


Color preview on white background

This text has color #75BDBB on white background.


Black color preview on #75BDBB background

This text has black color on #75BDBB background.


White color preview on #75BDBB background

This text has white color on #75BDBB background.


Related colors

Complementary color

Complementary color for #hex is #8A4244.


I love getcolorcode.com

Triadic colors

1 #BB75BD and #BDBB75 with #75BDBB are triadic colors.

2 #BBBD75 and #BD75BB with #75BDBB are triadic colors.