Shades of Gulf Stream #76AEA9
Tints of Gulf Stream #76AEA9
RGB
CMYK
RGB Variations
Color information
#76AEA9 (or 0x76AEA9) is known color: Gulf Stream. HEX triplet: 76, AE and A9. RGB value is (118,174,169). Sum of RGB (Red+Green+Blue) = 118+174+169=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #76AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEA9 is #895156. Grayscale: #9C9C9C. Windows color (decimal): -8999255 or 11120246. OLE color: 11120246.
HSL color Cylindrical-coordinate representation of color #76AEA9: hue angle of 174.64º degrees, saturation: 0.26, 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 #76AEA9 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 169 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.32 |
| HSL | 174.64º | 0.26% | 0.57% | - |
| HSV(B) | 174.64º | 0.32% | 0.68% | - |
| XYZ | 29.77 | 36.99 | 43.11 | - |
| YUV | 156.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 169 | 0.32 | 0 | 0.03 | 0.32 | 174.64 | 0.26 | 0.57 |
| Hex | 76 | AE | A9 | 20 | 0 | 3 | 20 | AF | 1A | 39 |
| Octal | 166 | 256 | 251 | 40 | 0 | 3 | 40 | 257 | 32 | 71 |
| Binary | 1110110 | 10101110 | 10101001 | 100000 | 0 | 11 | 100000 | 10101111 | 11010 | 111001 |
Color Harmonies of #76AEA9
Complementary color
Monochromatic Colors of #76AEA9
Black with #76AEA9
Text Example
Text Example
White with #76AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AEA9; }
p { color: rgb(118,174,169); }
H1.HeaderClassName
{
color: #76AEA9;
}
.AnyTagClassName
{
color: #76AEA9;
}
</style>
background-color css
<style>
a { background-color: #76AEA9; }
a { background-color: rgb(118,174,169); }
div.DivClassName
{
background-color: #76AEA9;
}
.BgClassName
{
background-color: #76AEA9;
}
</style>
border-color css
<style>
span { border-color: #76AEA9; }
span { border-color: rgb(118,174,169); }
td.TdClassName
{
border-color: #76AEA9;
}
.TagClassName
{
border-color: #76AEA9;
}
</style>