Shades of Gulf Stream #76ABA1
Tints of Gulf Stream #76ABA1
RGB
CMYK
RGB Variations
Color information
#76ABA1 (or 0x76ABA1) is known color: Gulf Stream. HEX triplet: 76, AB and A1. RGB value is (118,171,161). Sum of RGB (Red+Green+Blue) = 118+171+161=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #76ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABA1 is #89545E. Grayscale: #9A9A9A. Windows color (decimal): -9000031 or 10595190. OLE color: 10595190.
HSL color Cylindrical-coordinate representation of color #76ABA1: hue angle of 168.68º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76ABA1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 161 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.33 |
| HSL | 168.68º | 0.24% | 0.57% | - |
| HSV(B) | 168.68º | 0.31% | 0.67% | - |
| XYZ | 28.47 | 35.55 | 39.08 | - |
| YUV | 154.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 161 | 0.31 | 0 | 0.06 | 0.33 | 168.68 | 0.24 | 0.57 |
| Hex | 76 | AB | A1 | 1F | 0 | 6 | 21 | A9 | 18 | 39 |
| Octal | 166 | 253 | 241 | 37 | 0 | 6 | 41 | 251 | 30 | 71 |
| Binary | 1110110 | 10101011 | 10100001 | 11111 | 0 | 110 | 100001 | 10101001 | 11000 | 111001 |
Color Harmonies of #76ABA1
Complementary color
Monochromatic Colors of #76ABA1
Black with #76ABA1
Text Example
Text Example
White with #76ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABA1; }
p { color: rgb(118,171,161); }
H1.HeaderClassName
{
color: #76ABA1;
}
.AnyTagClassName
{
color: #76ABA1;
}
</style>
background-color css
<style>
a { background-color: #76ABA1; }
a { background-color: rgb(118,171,161); }
div.DivClassName
{
background-color: #76ABA1;
}
.BgClassName
{
background-color: #76ABA1;
}
</style>
border-color css
<style>
span { border-color: #76ABA1; }
span { border-color: rgb(118,171,161); }
td.TdClassName
{
border-color: #76ABA1;
}
.TagClassName
{
border-color: #76ABA1;
}
</style>