Shades of Gulf Stream #76B9A9
Tints of Gulf Stream #76B9A9
RGB
CMYK
RGB Variations
Color information
#76B9A9 (or 0x76B9A9) is known color: Gulf Stream. HEX triplet: 76, B9 and A9. RGB value is (118,185,169). Sum of RGB (Red+Green+Blue) = 118+185+169=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #76B9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B9A9 is #894656. Grayscale: #A3A3A3. Windows color (decimal): -8996439 or 11123062. OLE color: 11123062.
HSL color Cylindrical-coordinate representation of color #76B9A9: hue angle of 165.67º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B9A9 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 169 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.27 |
| HSL | 165.67º | 0.32% | 0.59% | - |
| HSV(B) | 165.67º | 0.36% | 0.73% | - |
| XYZ | 31.98 | 41.41 | 43.84 | - |
| YUV | 163.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 169 | 0.36 | 0 | 0.09 | 0.27 | 165.67 | 0.32 | 0.59 |
| Hex | 76 | B9 | A9 | 24 | 0 | 9 | 1B | A6 | 20 | 3B |
| Octal | 166 | 271 | 251 | 44 | 0 | 11 | 33 | 246 | 40 | 73 |
| Binary | 1110110 | 10111001 | 10101001 | 100100 | 0 | 1001 | 11011 | 10100110 | 100000 | 111011 |
Color Harmonies of #76B9A9
Complementary color
Monochromatic Colors of #76B9A9
Black with #76B9A9
Text Example
Text Example
White with #76B9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B9A9; }
p { color: rgb(118,185,169); }
H1.HeaderClassName
{
color: #76B9A9;
}
.AnyTagClassName
{
color: #76B9A9;
}
</style>
background-color css
<style>
a { background-color: #76B9A9; }
a { background-color: rgb(118,185,169); }
div.DivClassName
{
background-color: #76B9A9;
}
.BgClassName
{
background-color: #76B9A9;
}
</style>
border-color css
<style>
span { border-color: #76B9A9; }
span { border-color: rgb(118,185,169); }
td.TdClassName
{
border-color: #76B9A9;
}
.TagClassName
{
border-color: #76B9A9;
}
</style>