Shades of Sea Nymph #81B8A1
Tints of Sea Nymph #81B8A1
RGB
CMYK
RGB Variations
Color information
#81B8A1 (or 0x81B8A1) is known color: Sea Nymph. HEX triplet: 81, B8 and A1. RGB value is (129,184,161). Sum of RGB (Red+Green+Blue) = 129+184+161=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #81B8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B8A1 is #7E475E. Grayscale: #A4A4A4. Windows color (decimal): -8275807 or 10598529. OLE color: 10598529.
HSL color Cylindrical-coordinate representation of color #81B8A1: hue angle of 154.91º 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 #81B8A1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 161 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.28 |
| HSL | 154.91º | 0.28% | 0.61% | - |
| HSV(B) | 154.91º | 0.3% | 0.72% | - |
| XYZ | 32.63 | 41.52 | 40.01 | - |
| YUV | 164.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 161 | 0.30 | 0 | 0.12 | 0.28 | 154.91 | 0.28 | 0.61 |
| Hex | 81 | B8 | A1 | 1E | 0 | C | 1C | 9B | 1C | 3D |
| Octal | 201 | 270 | 241 | 36 | 0 | 14 | 34 | 233 | 34 | 75 |
| Binary | 10000001 | 10111000 | 10100001 | 11110 | 0 | 1100 | 11100 | 10011011 | 11100 | 111101 |
Color Harmonies of #81B8A1
Complementary color
Monochromatic Colors of #81B8A1
Black with #81B8A1
Text Example
Text Example
White with #81B8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B8A1; }
p { color: rgb(129,184,161); }
H1.HeaderClassName
{
color: #81B8A1;
}
.AnyTagClassName
{
color: #81B8A1;
}
</style>
background-color css
<style>
a { background-color: #81B8A1; }
a { background-color: rgb(129,184,161); }
div.DivClassName
{
background-color: #81B8A1;
}
.BgClassName
{
background-color: #81B8A1;
}
</style>
border-color css
<style>
span { border-color: #81B8A1; }
span { border-color: rgb(129,184,161); }
td.TdClassName
{
border-color: #81B8A1;
}
.TagClassName
{
border-color: #81B8A1;
}
</style>