Shades of Gulf Stream #76AAA5
Tints of Gulf Stream #76AAA5
RGB
CMYK
RGB Variations
Color information
#76AAA5 (or 0x76AAA5) is known color: Gulf Stream. HEX triplet: 76, AA and A5. RGB value is (118,170,165). Sum of RGB (Red+Green+Blue) = 118+170+165=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #76AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAA5 is #89555A. Grayscale: #999999. Windows color (decimal): -9000283 or 10857078. OLE color: 10857078.
HSL color Cylindrical-coordinate representation of color #76AAA5: hue angle of 174.23º 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 #76AAA5 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 165 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.33 |
| HSL | 174.23º | 0.23% | 0.56% | - |
| HSV(B) | 174.23º | 0.31% | 0.67% | - |
| XYZ | 28.64 | 35.32 | 40.9 | - |
| YUV | 153.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 165 | 0.31 | 0 | 0.03 | 0.33 | 174.23 | 0.23 | 0.56 |
| Hex | 76 | AA | A5 | 1F | 0 | 3 | 21 | AE | 17 | 38 |
| Octal | 166 | 252 | 245 | 37 | 0 | 3 | 41 | 256 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10100101 | 11111 | 0 | 11 | 100001 | 10101110 | 10111 | 111000 |
Color Harmonies of #76AAA5
Complementary color
Monochromatic Colors of #76AAA5
Black with #76AAA5
Text Example
Text Example
White with #76AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAA5; }
p { color: rgb(118,170,165); }
H1.HeaderClassName
{
color: #76AAA5;
}
.AnyTagClassName
{
color: #76AAA5;
}
</style>
background-color css
<style>
a { background-color: #76AAA5; }
a { background-color: rgb(118,170,165); }
div.DivClassName
{
background-color: #76AAA5;
}
.BgClassName
{
background-color: #76AAA5;
}
</style>
border-color css
<style>
span { border-color: #76AAA5; }
span { border-color: rgb(118,170,165); }
td.TdClassName
{
border-color: #76AAA5;
}
.TagClassName
{
border-color: #76AAA5;
}
</style>