Shades of Gulf Stream #76AEAB
Tints of Gulf Stream #76AEAB
RGB
CMYK
RGB Variations
Color information
#76AEAB (or 0x76AEAB) is known color: Gulf Stream. HEX triplet: 76, AE and AB. RGB value is (118,174,171). Sum of RGB (Red+Green+Blue) = 118+174+171=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #76AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEAB is #895154. Grayscale: #9C9C9C. Windows color (decimal): -8999253 or 11251318. OLE color: 11251318.
HSL color Cylindrical-coordinate representation of color #76AEAB: hue angle of 176.79º 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 #76AEAB is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 171 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.32 |
| HSL | 176.79º | 0.26% | 0.57% | - |
| HSV(B) | 176.79º | 0.32% | 0.68% | - |
| XYZ | 29.96 | 37.06 | 44.1 | - |
| YUV | 156.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 171 | 0.32 | 0 | 0.02 | 0.32 | 176.79 | 0.26 | 0.57 |
| Hex | 76 | AE | AB | 20 | 0 | 2 | 20 | B1 | 1A | 39 |
| Octal | 166 | 256 | 253 | 40 | 0 | 2 | 40 | 261 | 32 | 71 |
| Binary | 1110110 | 10101110 | 10101011 | 100000 | 0 | 10 | 100000 | 10110001 | 11010 | 111001 |
Color Harmonies of #76AEAB
Complementary color
Monochromatic Colors of #76AEAB
Black with #76AEAB
Text Example
Text Example
White with #76AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AEAB; }
p { color: rgb(118,174,171); }
H1.HeaderClassName
{
color: #76AEAB;
}
.AnyTagClassName
{
color: #76AEAB;
}
</style>
background-color css
<style>
a { background-color: #76AEAB; }
a { background-color: rgb(118,174,171); }
div.DivClassName
{
background-color: #76AEAB;
}
.BgClassName
{
background-color: #76AEAB;
}
</style>
border-color css
<style>
span { border-color: #76AEAB; }
span { border-color: rgb(118,174,171); }
td.TdClassName
{
border-color: #76AEAB;
}
.TagClassName
{
border-color: #76AEAB;
}
</style>