Shades of Gulf Stream #76BAAA
Tints of Gulf Stream #76BAAA
RGB
CMYK
RGB Variations
Color information
#76BAAA (or 0x76BAAA) is known color: Gulf Stream. HEX triplet: 76, BA and AA. RGB value is (118,186,170). Sum of RGB (Red+Green+Blue) = 118+186+170=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAAA is #894555. Grayscale: #A3A3A3. Windows color (decimal): -8996182 or 11188854. OLE color: 11188854.
HSL color Cylindrical-coordinate representation of color #76BAAA: hue angle of 165.88º degrees, saturation: 0.33, 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 #76BAAA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 170 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.27 |
| HSL | 165.88º | 0.33% | 0.6% | - |
| HSV(B) | 165.88º | 0.37% | 0.73% | - |
| XYZ | 32.29 | 41.87 | 44.41 | - |
| YUV | 163.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 170 | 0.37 | 0 | 0.09 | 0.27 | 165.88 | 0.33 | 0.6 |
| Hex | 76 | BA | AA | 25 | 0 | 9 | 1B | A6 | 21 | 3C |
| Octal | 166 | 272 | 252 | 45 | 0 | 11 | 33 | 246 | 41 | 74 |
| Binary | 1110110 | 10111010 | 10101010 | 100101 | 0 | 1001 | 11011 | 10100110 | 100001 | 111100 |
Color Harmonies of #76BAAA
Complementary color
Monochromatic Colors of #76BAAA
Black with #76BAAA
Text Example
Text Example
White with #76BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAAA; }
p { color: rgb(118,186,170); }
H1.HeaderClassName
{
color: #76BAAA;
}
.AnyTagClassName
{
color: #76BAAA;
}
</style>
background-color css
<style>
a { background-color: #76BAAA; }
a { background-color: rgb(118,186,170); }
div.DivClassName
{
background-color: #76BAAA;
}
.BgClassName
{
background-color: #76BAAA;
}
</style>
border-color css
<style>
span { border-color: #76BAAA; }
span { border-color: rgb(118,186,170); }
td.TdClassName
{
border-color: #76BAAA;
}
.TagClassName
{
border-color: #76BAAA;
}
</style>