Shades of Gulf Stream #76BBAE
Tints of Gulf Stream #76BBAE
RGB
CMYK
RGB Variations
Color information
#76BBAE (or 0x76BBAE) is known color: Gulf Stream. HEX triplet: 76, BB and AE. RGB value is (118,187,174). Sum of RGB (Red+Green+Blue) = 118+187+174=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #76BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BBAE is #894451. Grayscale: #A4A4A4. Windows color (decimal): -8995922 or 11451254. OLE color: 11451254.
HSL color Cylindrical-coordinate representation of color #76BBAE: hue angle of 168.7º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BBAE is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 174 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.27 |
| HSL | 168.7º | 0.34% | 0.6% | - |
| HSV(B) | 168.7º | 0.37% | 0.73% | - |
| XYZ | 32.88 | 42.45 | 46.5 | - |
| YUV | 164.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 174 | 0.37 | 0 | 0.07 | 0.27 | 168.7 | 0.34 | 0.6 |
| Hex | 76 | BB | AE | 25 | 0 | 7 | 1B | A9 | 22 | 3C |
| Octal | 166 | 273 | 256 | 45 | 0 | 7 | 33 | 251 | 42 | 74 |
| Binary | 1110110 | 10111011 | 10101110 | 100101 | 0 | 111 | 11011 | 10101001 | 100010 | 111100 |
Color Harmonies of #76BBAE
Complementary color
Monochromatic Colors of #76BBAE
Black with #76BBAE
Text Example
Text Example
White with #76BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBAE; }
p { color: rgb(118,187,174); }
H1.HeaderClassName
{
color: #76BBAE;
}
.AnyTagClassName
{
color: #76BBAE;
}
</style>
background-color css
<style>
a { background-color: #76BBAE; }
a { background-color: rgb(118,187,174); }
div.DivClassName
{
background-color: #76BBAE;
}
.BgClassName
{
background-color: #76BBAE;
}
</style>
border-color css
<style>
span { border-color: #76BBAE; }
span { border-color: rgb(118,187,174); }
td.TdClassName
{
border-color: #76BBAE;
}
.TagClassName
{
border-color: #76BBAE;
}
</style>