Shades of Gulf Stream #81B5AB
Tints of Gulf Stream #81B5AB
RGB
CMYK
RGB Variations
Color information
#81B5AB (or 0x81B5AB) is known color: Gulf Stream. HEX triplet: 81, B5 and AB. RGB value is (129,181,171). Sum of RGB (Red+Green+Blue) = 129+181+171=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #81B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B5AB is #7E4A54. Grayscale: #A4A4A4. Windows color (decimal): -8276565 or 11253121. OLE color: 11253121.
HSL color Cylindrical-coordinate representation of color #81B5AB: hue angle of 168.46º 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 #81B5AB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 171 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.29 |
| HSL | 168.46º | 0.26% | 0.61% | - |
| HSV(B) | 168.46º | 0.29% | 0.71% | - |
| XYZ | 32.93 | 40.66 | 44.64 | - |
| YUV | 164.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 171 | 0.29 | 0 | 0.06 | 0.29 | 168.46 | 0.26 | 0.61 |
| Hex | 81 | B5 | AB | 1D | 0 | 6 | 1D | A8 | 1A | 3D |
| Octal | 201 | 265 | 253 | 35 | 0 | 6 | 35 | 250 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10101011 | 11101 | 0 | 110 | 11101 | 10101000 | 11010 | 111101 |
Color Harmonies of #81B5AB
Complementary color
Monochromatic Colors of #81B5AB
Black with #81B5AB
Text Example
Text Example
White with #81B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5AB; }
p { color: rgb(129,181,171); }
H1.HeaderClassName
{
color: #81B5AB;
}
.AnyTagClassName
{
color: #81B5AB;
}
</style>
background-color css
<style>
a { background-color: #81B5AB; }
a { background-color: rgb(129,181,171); }
div.DivClassName
{
background-color: #81B5AB;
}
.BgClassName
{
background-color: #81B5AB;
}
</style>
border-color css
<style>
span { border-color: #81B5AB; }
span { border-color: rgb(129,181,171); }
td.TdClassName
{
border-color: #81B5AB;
}
.TagClassName
{
border-color: #81B5AB;
}
</style>