Shades of Gulf Stream #76BBA8
Tints of Gulf Stream #76BBA8
RGB
CMYK
RGB Variations
Color information
#76BBA8 (or 0x76BBA8) is known color: Gulf Stream. HEX triplet: 76, BB and A8. RGB value is (118,187,168). Sum of RGB (Red+Green+Blue) = 118+187+168=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #76BBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BBA8 is #894457. Grayscale: #A4A4A4. Windows color (decimal): -8995928 or 11058038. OLE color: 11058038.
HSL color Cylindrical-coordinate representation of color #76BBA8: hue angle of 163.48º 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 #76BBA8 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 168 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.27 |
| HSL | 163.48º | 0.34% | 0.6% | - |
| HSV(B) | 163.48º | 0.37% | 0.73% | - |
| XYZ | 32.31 | 42.22 | 43.49 | - |
| YUV | 164.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 168 | 0.37 | 0 | 0.10 | 0.27 | 163.48 | 0.34 | 0.6 |
| Hex | 76 | BB | A8 | 25 | 0 | A | 1B | A3 | 22 | 3C |
| Octal | 166 | 273 | 250 | 45 | 0 | 12 | 33 | 243 | 42 | 74 |
| Binary | 1110110 | 10111011 | 10101000 | 100101 | 0 | 1010 | 11011 | 10100011 | 100010 | 111100 |
Color Harmonies of #76BBA8
Complementary color
Monochromatic Colors of #76BBA8
Black with #76BBA8
Text Example
Text Example
White with #76BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBA8; }
p { color: rgb(118,187,168); }
H1.HeaderClassName
{
color: #76BBA8;
}
.AnyTagClassName
{
color: #76BBA8;
}
</style>
background-color css
<style>
a { background-color: #76BBA8; }
a { background-color: rgb(118,187,168); }
div.DivClassName
{
background-color: #76BBA8;
}
.BgClassName
{
background-color: #76BBA8;
}
</style>
border-color css
<style>
span { border-color: #76BBA8; }
span { border-color: rgb(118,187,168); }
td.TdClassName
{
border-color: #76BBA8;
}
.TagClassName
{
border-color: #76BBA8;
}
</style>