Shades of Gulf Stream #76AB9F
Tints of Gulf Stream #76AB9F
RGB
CMYK
RGB Variations
Color information
#76AB9F (or 0x76AB9F) is known color: Gulf Stream. HEX triplet: 76, AB and 9F. RGB value is (118,171,159). Sum of RGB (Red+Green+Blue) = 118+171+159=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9F is #895460. Grayscale: #999999. Windows color (decimal): -9000033 or 10464118. OLE color: 10464118.
HSL color Cylindrical-coordinate representation of color #76AB9F: hue angle of 166.42º 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 #76AB9F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 159 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.33 |
| HSL | 166.42º | 0.24% | 0.57% | - |
| HSV(B) | 166.42º | 0.31% | 0.67% | - |
| XYZ | 28.29 | 35.48 | 38.16 | - |
| YUV | 153.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 159 | 0.31 | 0 | 0.07 | 0.33 | 166.42 | 0.24 | 0.57 |
| Hex | 76 | AB | 9F | 1F | 0 | 7 | 21 | A6 | 18 | 39 |
| Octal | 166 | 253 | 237 | 37 | 0 | 7 | 41 | 246 | 30 | 71 |
| Binary | 1110110 | 10101011 | 10011111 | 11111 | 0 | 111 | 100001 | 10100110 | 11000 | 111001 |
Color Harmonies of #76AB9F
Complementary color
Monochromatic Colors of #76AB9F
Black with #76AB9F
Text Example
Text Example
White with #76AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB9F; }
p { color: rgb(118,171,159); }
H1.HeaderClassName
{
color: #76AB9F;
}
.AnyTagClassName
{
color: #76AB9F;
}
</style>
background-color css
<style>
a { background-color: #76AB9F; }
a { background-color: rgb(118,171,159); }
div.DivClassName
{
background-color: #76AB9F;
}
.BgClassName
{
background-color: #76AB9F;
}
</style>
border-color css
<style>
span { border-color: #76AB9F; }
span { border-color: rgb(118,171,159); }
td.TdClassName
{
border-color: #76AB9F;
}
.TagClassName
{
border-color: #76AB9F;
}
</style>