Shades of Gulf Stream #81B5AF
Tints of Gulf Stream #81B5AF
RGB
CMYK
RGB Variations
Color information
#81B5AF (or 0x81B5AF) is known color: Gulf Stream. HEX triplet: 81, B5 and AF. RGB value is (129,181,175). Sum of RGB (Red+Green+Blue) = 129+181+175=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #81B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B5AF is #7E4A50. Grayscale: #A4A4A4. Windows color (decimal): -8276561 or 11515265. OLE color: 11515265.
HSL color Cylindrical-coordinate representation of color #81B5AF: hue angle of 173.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B5AF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 175 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.29 |
| HSL | 173.08º | 0.26% | 0.61% | - |
| HSV(B) | 173.08º | 0.29% | 0.71% | - |
| XYZ | 33.32 | 40.81 | 46.68 | - |
| YUV | 164.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 175 | 0.29 | 0 | 0.03 | 0.29 | 173.08 | 0.26 | 0.61 |
| Hex | 81 | B5 | AF | 1D | 0 | 3 | 1D | AD | 1A | 3D |
| Octal | 201 | 265 | 257 | 35 | 0 | 3 | 35 | 255 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10101111 | 11101 | 0 | 11 | 11101 | 10101101 | 11010 | 111101 |
Color Harmonies of #81B5AF
Complementary color
Monochromatic Colors of #81B5AF
Black with #81B5AF
Text Example
Text Example
White with #81B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5AF; }
p { color: rgb(129,181,175); }
H1.HeaderClassName
{
color: #81B5AF;
}
.AnyTagClassName
{
color: #81B5AF;
}
</style>
background-color css
<style>
a { background-color: #81B5AF; }
a { background-color: rgb(129,181,175); }
div.DivClassName
{
background-color: #81B5AF;
}
.BgClassName
{
background-color: #81B5AF;
}
</style>
border-color css
<style>
span { border-color: #81B5AF; }
span { border-color: rgb(129,181,175); }
td.TdClassName
{
border-color: #81B5AF;
}
.TagClassName
{
border-color: #81B5AF;
}
</style>