Shades of Sea Nymph #81B8A4
Tints of Sea Nymph #81B8A4
RGB
CMYK
RGB Variations
Color information
#81B8A4 (or 0x81B8A4) is known color: Sea Nymph. HEX triplet: 81, B8 and A4. RGB value is (129,184,164). Sum of RGB (Red+Green+Blue) = 129+184+164=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #81B8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B8A4 is #7E475B. Grayscale: #A5A5A5. Windows color (decimal): -8275804 or 10795137. OLE color: 10795137.
HSL color Cylindrical-coordinate representation of color #81B8A4: hue angle of 158.18º 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 #81B8A4 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 164 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.28 |
| HSL | 158.18º | 0.28% | 0.61% | - |
| HSV(B) | 158.18º | 0.3% | 0.72% | - |
| XYZ | 32.89 | 41.63 | 41.42 | - |
| YUV | 165.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 164 | 0.30 | 0 | 0.11 | 0.28 | 158.18 | 0.28 | 0.61 |
| Hex | 81 | B8 | A4 | 1E | 0 | B | 1C | 9E | 1C | 3D |
| Octal | 201 | 270 | 244 | 36 | 0 | 13 | 34 | 236 | 34 | 75 |
| Binary | 10000001 | 10111000 | 10100100 | 11110 | 0 | 1011 | 11100 | 10011110 | 11100 | 111101 |
Color Harmonies of #81B8A4
Complementary color
Monochromatic Colors of #81B8A4
Black with #81B8A4
Text Example
Text Example
White with #81B8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B8A4; }
p { color: rgb(129,184,164); }
H1.HeaderClassName
{
color: #81B8A4;
}
.AnyTagClassName
{
color: #81B8A4;
}
</style>
background-color css
<style>
a { background-color: #81B8A4; }
a { background-color: rgb(129,184,164); }
div.DivClassName
{
background-color: #81B8A4;
}
.BgClassName
{
background-color: #81B8A4;
}
</style>
border-color css
<style>
span { border-color: #81B8A4; }
span { border-color: rgb(129,184,164); }
td.TdClassName
{
border-color: #81B8A4;
}
.TagClassName
{
border-color: #81B8A4;
}
</style>