Shades of Sea Nymph #81B8AB
Tints of Sea Nymph #81B8AB
RGB
CMYK
RGB Variations
Color information
#81B8AB (or 0x81B8AB) is known color: Sea Nymph. HEX triplet: 81, B8 and AB. RGB value is (129,184,171). Sum of RGB (Red+Green+Blue) = 129+184+171=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #81B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B8AB is #7E4754. Grayscale: #A6A6A6. Windows color (decimal): -8275797 or 11253889. OLE color: 11253889.
HSL color Cylindrical-coordinate representation of color #81B8AB: hue angle of 165.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B8AB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 171 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.28 |
| HSL | 165.82º | 0.28% | 0.61% | - |
| HSV(B) | 165.82º | 0.3% | 0.72% | - |
| XYZ | 33.54 | 41.89 | 44.85 | - |
| YUV | 166.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 171 | 0.30 | 0 | 0.07 | 0.28 | 165.82 | 0.28 | 0.61 |
| Hex | 81 | B8 | AB | 1E | 0 | 7 | 1C | A6 | 1C | 3D |
| Octal | 201 | 270 | 253 | 36 | 0 | 7 | 34 | 246 | 34 | 75 |
| Binary | 10000001 | 10111000 | 10101011 | 11110 | 0 | 111 | 11100 | 10100110 | 11100 | 111101 |
Color Harmonies of #81B8AB
Complementary color
Monochromatic Colors of #81B8AB
Black with #81B8AB
Text Example
Text Example
White with #81B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B8AB; }
p { color: rgb(129,184,171); }
H1.HeaderClassName
{
color: #81B8AB;
}
.AnyTagClassName
{
color: #81B8AB;
}
</style>
background-color css
<style>
a { background-color: #81B8AB; }
a { background-color: rgb(129,184,171); }
div.DivClassName
{
background-color: #81B8AB;
}
.BgClassName
{
background-color: #81B8AB;
}
</style>
border-color css
<style>
span { border-color: #81B8AB; }
span { border-color: rgb(129,184,171); }
td.TdClassName
{
border-color: #81B8AB;
}
.TagClassName
{
border-color: #81B8AB;
}
</style>