Shades of Gulf Stream #81B5AD
Tints of Gulf Stream #81B5AD
RGB
CMYK
RGB Variations
Color information
#81B5AD (or 0x81B5AD) is known color: Gulf Stream. HEX triplet: 81, B5 and AD. RGB value is (129,181,173). Sum of RGB (Red+Green+Blue) = 129+181+173=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #81B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B5AD is #7E4A52. Grayscale: #A4A4A4. Windows color (decimal): -8276563 or 11384193. OLE color: 11384193.
HSL color Cylindrical-coordinate representation of color #81B5AD: hue angle of 170.77º 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 #81B5AD is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 173 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.29 |
| HSL | 170.77º | 0.26% | 0.61% | - |
| HSV(B) | 170.77º | 0.29% | 0.71% | - |
| XYZ | 33.12 | 40.73 | 45.65 | - |
| YUV | 164.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 173 | 0.29 | 0 | 0.04 | 0.29 | 170.77 | 0.26 | 0.61 |
| Hex | 81 | B5 | AD | 1D | 0 | 4 | 1D | AB | 1A | 3D |
| Octal | 201 | 265 | 255 | 35 | 0 | 4 | 35 | 253 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10101101 | 11101 | 0 | 100 | 11101 | 10101011 | 11010 | 111101 |
Color Harmonies of #81B5AD
Complementary color
Monochromatic Colors of #81B5AD
Black with #81B5AD
Text Example
Text Example
White with #81B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5AD; }
p { color: rgb(129,181,173); }
H1.HeaderClassName
{
color: #81B5AD;
}
.AnyTagClassName
{
color: #81B5AD;
}
</style>
background-color css
<style>
a { background-color: #81B5AD; }
a { background-color: rgb(129,181,173); }
div.DivClassName
{
background-color: #81B5AD;
}
.BgClassName
{
background-color: #81B5AD;
}
</style>
border-color css
<style>
span { border-color: #81B5AD; }
span { border-color: rgb(129,181,173); }
td.TdClassName
{
border-color: #81B5AD;
}
.TagClassName
{
border-color: #81B5AD;
}
</style>