Shades of Gulf Stream #76AEA4
Tints of Gulf Stream #76AEA4
RGB
CMYK
RGB Variations
Color information
#76AEA4 (or 0x76AEA4) is known color: Gulf Stream. HEX triplet: 76, AE and A4. RGB value is (118,174,164). Sum of RGB (Red+Green+Blue) = 118+174+164=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #76AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEA4 is #89515B. Grayscale: #9C9C9C. Windows color (decimal): -8999260 or 10792566. OLE color: 10792566.
HSL color Cylindrical-coordinate representation of color #76AEA4: hue angle of 169.29º 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 #76AEA4 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 164 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.32 |
| HSL | 169.29º | 0.26% | 0.57% | - |
| HSV(B) | 169.29º | 0.32% | 0.68% | - |
| XYZ | 29.31 | 36.8 | 40.68 | - |
| YUV | 156.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 164 | 0.32 | 0 | 0.06 | 0.32 | 169.29 | 0.26 | 0.57 |
| Hex | 76 | AE | A4 | 20 | 0 | 6 | 20 | A9 | 1A | 39 |
| Octal | 166 | 256 | 244 | 40 | 0 | 6 | 40 | 251 | 32 | 71 |
| Binary | 1110110 | 10101110 | 10100100 | 100000 | 0 | 110 | 100000 | 10101001 | 11010 | 111001 |
Color Harmonies of #76AEA4
Complementary color
Monochromatic Colors of #76AEA4
Black with #76AEA4
Text Example
Text Example
White with #76AEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AEA4; }
p { color: rgb(118,174,164); }
H1.HeaderClassName
{
color: #76AEA4;
}
.AnyTagClassName
{
color: #76AEA4;
}
</style>
background-color css
<style>
a { background-color: #76AEA4; }
a { background-color: rgb(118,174,164); }
div.DivClassName
{
background-color: #76AEA4;
}
.BgClassName
{
background-color: #76AEA4;
}
</style>
border-color css
<style>
span { border-color: #76AEA4; }
span { border-color: rgb(118,174,164); }
td.TdClassName
{
border-color: #76AEA4;
}
.TagClassName
{
border-color: #76AEA4;
}
</style>