Shades of Gulf Stream #76BCAA
Tints of Gulf Stream #76BCAA
RGB
CMYK
RGB Variations
Color information
#76BCAA (or 0x76BCAA) is known color: Gulf Stream. HEX triplet: 76, BC and AA. RGB value is (118,188,170). Sum of RGB (Red+Green+Blue) = 118+188+170=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCAA is #894355. Grayscale: #A5A5A5. Windows color (decimal): -8995670 or 11189366. OLE color: 11189366.
HSL color Cylindrical-coordinate representation of color #76BCAA: hue angle of 164.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCAA is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 170 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.26 |
| HSL | 164.57º | 0.34% | 0.6% | - |
| HSV(B) | 164.57º | 0.37% | 0.74% | - |
| XYZ | 32.71 | 42.72 | 44.55 | - |
| YUV | 165.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 170 | 0.37 | 0 | 0.10 | 0.26 | 164.57 | 0.34 | 0.6 |
| Hex | 76 | BC | AA | 25 | 0 | A | 1A | A5 | 22 | 3C |
| Octal | 166 | 274 | 252 | 45 | 0 | 12 | 32 | 245 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10101010 | 100101 | 0 | 1010 | 11010 | 10100101 | 100010 | 111100 |
Color Harmonies of #76BCAA
Complementary color
Monochromatic Colors of #76BCAA
Black with #76BCAA
Text Example
Text Example
White with #76BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCAA; }
p { color: rgb(118,188,170); }
H1.HeaderClassName
{
color: #76BCAA;
}
.AnyTagClassName
{
color: #76BCAA;
}
</style>
background-color css
<style>
a { background-color: #76BCAA; }
a { background-color: rgb(118,188,170); }
div.DivClassName
{
background-color: #76BCAA;
}
.BgClassName
{
background-color: #76BCAA;
}
</style>
border-color css
<style>
span { border-color: #76BCAA; }
span { border-color: rgb(118,188,170); }
td.TdClassName
{
border-color: #76BCAA;
}
.TagClassName
{
border-color: #76BCAA;
}
</style>