Shades of Gulf Stream #76ABA6
Tints of Gulf Stream #76ABA6
RGB
CMYK
RGB Variations
Color information
#76ABA6 (or 0x76ABA6) is known color: Gulf Stream. HEX triplet: 76, AB and A6. RGB value is (118,171,166). Sum of RGB (Red+Green+Blue) = 118+171+166=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #76ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABA6 is #895459. Grayscale: #9A9A9A. Windows color (decimal): -9000026 or 10922870. OLE color: 10922870.
HSL color Cylindrical-coordinate representation of color #76ABA6: hue angle of 174.34º 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 #76ABA6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 166 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.33 |
| HSL | 174.34º | 0.24% | 0.57% | - |
| HSV(B) | 174.34º | 0.31% | 0.67% | - |
| XYZ | 28.92 | 35.73 | 41.45 | - |
| YUV | 154.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 166 | 0.31 | 0 | 0.03 | 0.33 | 174.34 | 0.24 | 0.57 |
| Hex | 76 | AB | A6 | 1F | 0 | 3 | 21 | AE | 18 | 39 |
| Octal | 166 | 253 | 246 | 37 | 0 | 3 | 41 | 256 | 30 | 71 |
| Binary | 1110110 | 10101011 | 10100110 | 11111 | 0 | 11 | 100001 | 10101110 | 11000 | 111001 |
Color Harmonies of #76ABA6
Complementary color
Monochromatic Colors of #76ABA6
Black with #76ABA6
Text Example
Text Example
White with #76ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABA6; }
p { color: rgb(118,171,166); }
H1.HeaderClassName
{
color: #76ABA6;
}
.AnyTagClassName
{
color: #76ABA6;
}
</style>
background-color css
<style>
a { background-color: #76ABA6; }
a { background-color: rgb(118,171,166); }
div.DivClassName
{
background-color: #76ABA6;
}
.BgClassName
{
background-color: #76ABA6;
}
</style>
border-color css
<style>
span { border-color: #76ABA6; }
span { border-color: rgb(118,171,166); }
td.TdClassName
{
border-color: #76ABA6;
}
.TagClassName
{
border-color: #76ABA6;
}
</style>