Shades of Sea Nymph #81B5A1
Tints of Sea Nymph #81B5A1
RGB
CMYK
RGB Variations
Color information
#81B5A1 (or 0x81B5A1) is known color: Sea Nymph. HEX triplet: 81, B5 and A1. RGB value is (129,181,161). Sum of RGB (Red+Green+Blue) = 129+181+161=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #81B5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B5A1 is #7E4A5E. Grayscale: #A3A3A3. Windows color (decimal): -8276575 or 10597761. OLE color: 10597761.
HSL color Cylindrical-coordinate representation of color #81B5A1: hue angle of 156.92º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B5A1 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
RGB | 129 | 181 | 161 | - |
CMYK | 0.29 | 0 | 0.11 | 0.29 |
HSL | 156.92º | 0.26% | 0.61% | - |
HSV(B) | 156.92º | 0.29% | 0.71% | - |
XYZ | 32.01 | 40.29 | 39.81 | - |
YUV | 163.17 | 126.77 | 103.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 181 | 161 | 0.29 | 0 | 0.11 | 0.29 | 156.92 | 0.26 | 0.61 |
Hex | 81 | B5 | A1 | 1D | 0 | B | 1D | 9D | 1A | 3D |
Octal | 201 | 265 | 241 | 35 | 0 | 13 | 35 | 235 | 32 | 75 |
Binary | 10000001 | 10110101 | 10100001 | 11101 | 0 | 1011 | 11101 | 10011101 | 11010 | 111101 |
Color Harmonies of #81B5A1
Complementary color
Monochromatic Colors of #81B5A1
Black with #81B5A1
Text Example
Text Example
White with #81B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5A1; }
p { color: rgb(129,181,161); }
H1.HeaderClassName
{
color: #81B5A1;
}
.AnyTagClassName
{
color: #81B5A1;
}
</style>
background-color css
<style>
a { background-color: #81B5A1; }
a { background-color: rgb(129,181,161); }
div.DivClassName
{
background-color: #81B5A1;
}
.BgClassName
{
background-color: #81B5A1;
}
</style>
border-color css
<style>
span { border-color: #81B5A1; }
span { border-color: rgb(129,181,161); }
td.TdClassName
{
border-color: #81B5A1;
}
.TagClassName
{
border-color: #81B5A1;
}
</style>