Shades of Gulf Stream #76AAA1
Tints of Gulf Stream #76AAA1
RGB
CMYK
RGB Variations
Color information
#76AAA1 (or 0x76AAA1) is known color: Gulf Stream. HEX triplet: 76, AA and A1. RGB value is (118,170,161). Sum of RGB (Red+Green+Blue) = 118+170+161=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #76AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAA1 is #89555E. Grayscale: #999999. Windows color (decimal): -9000287 or 10594934. OLE color: 10594934.
HSL color Cylindrical-coordinate representation of color #76AAA1: hue angle of 169.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AAA1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 161 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.33 |
| HSL | 169.62º | 0.23% | 0.56% | - |
| HSV(B) | 169.62º | 0.31% | 0.67% | - |
| XYZ | 28.28 | 35.17 | 39.02 | - |
| YUV | 153.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 161 | 0.31 | 0 | 0.05 | 0.33 | 169.62 | 0.23 | 0.56 |
| Hex | 76 | AA | A1 | 1F | 0 | 5 | 21 | AA | 17 | 38 |
| Octal | 166 | 252 | 241 | 37 | 0 | 5 | 41 | 252 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10100001 | 11111 | 0 | 101 | 100001 | 10101010 | 10111 | 111000 |
Color Harmonies of #76AAA1
Complementary color
Monochromatic Colors of #76AAA1
Black with #76AAA1
Text Example
Text Example
White with #76AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAA1; }
p { color: rgb(118,170,161); }
H1.HeaderClassName
{
color: #76AAA1;
}
.AnyTagClassName
{
color: #76AAA1;
}
</style>
background-color css
<style>
a { background-color: #76AAA1; }
a { background-color: rgb(118,170,161); }
div.DivClassName
{
background-color: #76AAA1;
}
.BgClassName
{
background-color: #76AAA1;
}
</style>
border-color css
<style>
span { border-color: #76AAA1; }
span { border-color: rgb(118,170,161); }
td.TdClassName
{
border-color: #76AAA1;
}
.TagClassName
{
border-color: #76AAA1;
}
</style>