Shades of Gulf Stream #81B4AA
Tints of Gulf Stream #81B4AA
RGB
CMYK
RGB Variations
Color information
#81B4AA (or 0x81B4AA) is known color: Gulf Stream. HEX triplet: 81, B4 and AA. RGB value is (129,180,170). Sum of RGB (Red+Green+Blue) = 129+180+170=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #81B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B4AA is #7E4B55. Grayscale: #A3A3A3. Windows color (decimal): -8276822 or 11187329. OLE color: 11187329.
HSL color Cylindrical-coordinate representation of color #81B4AA: hue angle of 168.24º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B4AA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 170 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.29 |
| HSL | 168.24º | 0.25% | 0.61% | - |
| HSV(B) | 168.24º | 0.28% | 0.71% | - |
| XYZ | 32.63 | 40.21 | 44.07 | - |
| YUV | 163.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 170 | 0.28 | 0 | 0.06 | 0.29 | 168.24 | 0.25 | 0.61 |
| Hex | 81 | B4 | AA | 1C | 0 | 6 | 1D | A8 | 19 | 3D |
| Octal | 201 | 264 | 252 | 34 | 0 | 6 | 35 | 250 | 31 | 75 |
| Binary | 10000001 | 10110100 | 10101010 | 11100 | 0 | 110 | 11101 | 10101000 | 11001 | 111101 |
Color Harmonies of #81B4AA
Complementary color
Monochromatic Colors of #81B4AA
Black with #81B4AA
Text Example
Text Example
White with #81B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B4AA; }
p { color: rgb(129,180,170); }
H1.HeaderClassName
{
color: #81B4AA;
}
.AnyTagClassName
{
color: #81B4AA;
}
</style>
background-color css
<style>
a { background-color: #81B4AA; }
a { background-color: rgb(129,180,170); }
div.DivClassName
{
background-color: #81B4AA;
}
.BgClassName
{
background-color: #81B4AA;
}
</style>
border-color css
<style>
span { border-color: #81B4AA; }
span { border-color: rgb(129,180,170); }
td.TdClassName
{
border-color: #81B4AA;
}
.TagClassName
{
border-color: #81B4AA;
}
</style>