Shades of Gulf Stream #76AFAB
Tints of Gulf Stream #76AFAB
RGB
CMYK
RGB Variations
Color information
#76AFAB (or 0x76AFAB) is known color: Gulf Stream. HEX triplet: 76, AF and AB. RGB value is (118,175,171). Sum of RGB (Red+Green+Blue) = 118+175+171=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #76AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AFAB is #895054. Grayscale: #9D9D9D. Windows color (decimal): -8998997 or 11251574. OLE color: 11251574.
HSL color Cylindrical-coordinate representation of color #76AFAB: hue angle of 175.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AFAB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 171 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.31 |
| HSL | 175.79º | 0.26% | 0.57% | - |
| HSV(B) | 175.79º | 0.33% | 0.69% | - |
| XYZ | 30.15 | 37.45 | 44.17 | - |
| YUV | 157.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 171 | 0.33 | 0 | 0.02 | 0.31 | 175.79 | 0.26 | 0.57 |
| Hex | 76 | AF | AB | 21 | 0 | 2 | 1F | B0 | 1A | 39 |
| Octal | 166 | 257 | 253 | 41 | 0 | 2 | 37 | 260 | 32 | 71 |
| Binary | 1110110 | 10101111 | 10101011 | 100001 | 0 | 10 | 11111 | 10110000 | 11010 | 111001 |
Color Harmonies of #76AFAB
Complementary color
Monochromatic Colors of #76AFAB
Black with #76AFAB
Text Example
Text Example
White with #76AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AFAB; }
p { color: rgb(118,175,171); }
H1.HeaderClassName
{
color: #76AFAB;
}
.AnyTagClassName
{
color: #76AFAB;
}
</style>
background-color css
<style>
a { background-color: #76AFAB; }
a { background-color: rgb(118,175,171); }
div.DivClassName
{
background-color: #76AFAB;
}
.BgClassName
{
background-color: #76AFAB;
}
</style>
border-color css
<style>
span { border-color: #76AFAB; }
span { border-color: rgb(118,175,171); }
td.TdClassName
{
border-color: #76AFAB;
}
.TagClassName
{
border-color: #76AFAB;
}
</style>