Shades of Gulf Stream #81AFAB
Tints of Gulf Stream #81AFAB
RGB
CMYK
RGB Variations
Color information
#81AFAB (or 0x81AFAB) is known color: Gulf Stream. HEX triplet: 81, AF and AB. RGB value is (129,175,171). Sum of RGB (Red+Green+Blue) = 129+175+171=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #81AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AFAB is #7E5054. Grayscale: #A0A0A0. Windows color (decimal): -8278101 or 11251585. OLE color: 11251585.
HSL color Cylindrical-coordinate representation of color #81AFAB: hue angle of 174.78º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AFAB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 171 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.31 |
| HSL | 174.78º | 0.22% | 0.6% | - |
| HSV(B) | 174.78º | 0.26% | 0.69% | - |
| XYZ | 31.73 | 38.27 | 44.24 | - |
| YUV | 160.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 171 | 0.26 | 0 | 0.02 | 0.31 | 174.78 | 0.22 | 0.6 |
| Hex | 81 | AF | AB | 1A | 0 | 2 | 1F | AF | 16 | 3C |
| Octal | 201 | 257 | 253 | 32 | 0 | 2 | 37 | 257 | 26 | 74 |
| Binary | 10000001 | 10101111 | 10101011 | 11010 | 0 | 10 | 11111 | 10101111 | 10110 | 111100 |
Color Harmonies of #81AFAB
Complementary color
Monochromatic Colors of #81AFAB
Black with #81AFAB
Text Example
Text Example
White with #81AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFAB; }
p { color: rgb(129,175,171); }
H1.HeaderClassName
{
color: #81AFAB;
}
.AnyTagClassName
{
color: #81AFAB;
}
</style>
background-color css
<style>
a { background-color: #81AFAB; }
a { background-color: rgb(129,175,171); }
div.DivClassName
{
background-color: #81AFAB;
}
.BgClassName
{
background-color: #81AFAB;
}
</style>
border-color css
<style>
span { border-color: #81AFAB; }
span { border-color: rgb(129,175,171); }
td.TdClassName
{
border-color: #81AFAB;
}
.TagClassName
{
border-color: #81AFAB;
}
</style>