Shades of Gulf Stream #76ADAA
Tints of Gulf Stream #76ADAA
RGB
CMYK
RGB Variations
Color information
#76ADAA (or 0x76ADAA) is known color: Gulf Stream. HEX triplet: 76, AD and AA. RGB value is (118,173,170). Sum of RGB (Red+Green+Blue) = 118+173+170=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #76ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ADAA is #895255. Grayscale: #9C9C9C. Windows color (decimal): -8999510 or 11185526. OLE color: 11185526.
HSL color Cylindrical-coordinate representation of color #76ADAA: hue angle of 176.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76ADAA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 173 | 170 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.32 |
| HSL | 176.73º | 0.25% | 0.57% | - |
| HSV(B) | 176.73º | 0.32% | 0.68% | - |
| XYZ | 29.67 | 36.64 | 43.54 | - |
| YUV | 156.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 170 | 0.32 | 0 | 0.02 | 0.32 | 176.73 | 0.25 | 0.57 |
| Hex | 76 | AD | AA | 20 | 0 | 2 | 20 | B1 | 19 | 39 |
| Octal | 166 | 255 | 252 | 40 | 0 | 2 | 40 | 261 | 31 | 71 |
| Binary | 1110110 | 10101101 | 10101010 | 100000 | 0 | 10 | 100000 | 10110001 | 11001 | 111001 |
Color Harmonies of #76ADAA
Complementary color
Monochromatic Colors of #76ADAA
Black with #76ADAA
Text Example
Text Example
White with #76ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADAA; }
p { color: rgb(118,173,170); }
H1.HeaderClassName
{
color: #76ADAA;
}
.AnyTagClassName
{
color: #76ADAA;
}
</style>
background-color css
<style>
a { background-color: #76ADAA; }
a { background-color: rgb(118,173,170); }
div.DivClassName
{
background-color: #76ADAA;
}
.BgClassName
{
background-color: #76ADAA;
}
</style>
border-color css
<style>
span { border-color: #76ADAA; }
span { border-color: rgb(118,173,170); }
td.TdClassName
{
border-color: #76ADAA;
}
.TagClassName
{
border-color: #76ADAA;
}
</style>