Shades of Gulf Stream #81B2AA
Tints of Gulf Stream #81B2AA
RGB
CMYK
RGB Variations
Color information
#81B2AA (or 0x81B2AA) is known color: Gulf Stream. HEX triplet: 81, B2 and AA. RGB value is (129,178,170). Sum of RGB (Red+Green+Blue) = 129+178+170=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #81B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B2AA is #7E4D55. Grayscale: #A2A2A2. Windows color (decimal): -8277334 or 11186817. OLE color: 11186817.
HSL color Cylindrical-coordinate representation of color #81B2AA: hue angle of 170.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B2AA is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 170 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.30 |
| HSL | 170.2º | 0.24% | 0.6% | - |
| HSV(B) | 170.2º | 0.28% | 0.7% | - |
| XYZ | 32.23 | 39.41 | 43.94 | - |
| YUV | 162.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 170 | 0.28 | 0 | 0.04 | 0.30 | 170.2 | 0.24 | 0.6 |
| Hex | 81 | B2 | AA | 1C | 0 | 4 | 1E | AA | 18 | 3C |
| Octal | 201 | 262 | 252 | 34 | 0 | 4 | 36 | 252 | 30 | 74 |
| Binary | 10000001 | 10110010 | 10101010 | 11100 | 0 | 100 | 11110 | 10101010 | 11000 | 111100 |
Color Harmonies of #81B2AA
Complementary color
Monochromatic Colors of #81B2AA
Black with #81B2AA
Text Example
Text Example
White with #81B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2AA; }
p { color: rgb(129,178,170); }
H1.HeaderClassName
{
color: #81B2AA;
}
.AnyTagClassName
{
color: #81B2AA;
}
</style>
background-color css
<style>
a { background-color: #81B2AA; }
a { background-color: rgb(129,178,170); }
div.DivClassName
{
background-color: #81B2AA;
}
.BgClassName
{
background-color: #81B2AA;
}
</style>
border-color css
<style>
span { border-color: #81B2AA; }
span { border-color: rgb(129,178,170); }
td.TdClassName
{
border-color: #81B2AA;
}
.TagClassName
{
border-color: #81B2AA;
}
</style>