Shades of Sea Nymph #81B2A8
Tints of Sea Nymph #81B2A8
RGB
CMYK
RGB Variations
Color information
#81B2A8 (or 0x81B2A8) is known color: Sea Nymph. HEX triplet: 81, B2 and A8. RGB value is (129,178,168). Sum of RGB (Red+Green+Blue) = 129+178+168=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #81B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B2A8 is #7E4D57. Grayscale: #A2A2A2. Windows color (decimal): -8277336 or 11055745. OLE color: 11055745.
HSL color Cylindrical-coordinate representation of color #81B2A8: hue angle of 167.76º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B2A8 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 168 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.30 |
| HSL | 167.76º | 0.24% | 0.6% | - |
| HSV(B) | 167.76º | 0.28% | 0.7% | - |
| XYZ | 32.04 | 39.34 | 42.95 | - |
| YUV | 162.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 168 | 0.28 | 0 | 0.06 | 0.30 | 167.76 | 0.24 | 0.6 |
| Hex | 81 | B2 | A8 | 1C | 0 | 6 | 1E | A8 | 18 | 3C |
| Octal | 201 | 262 | 250 | 34 | 0 | 6 | 36 | 250 | 30 | 74 |
| Binary | 10000001 | 10110010 | 10101000 | 11100 | 0 | 110 | 11110 | 10101000 | 11000 | 111100 |
Color Harmonies of #81B2A8
Complementary color
Monochromatic Colors of #81B2A8
Black with #81B2A8
Text Example
Text Example
White with #81B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2A8; }
p { color: rgb(129,178,168); }
H1.HeaderClassName
{
color: #81B2A8;
}
.AnyTagClassName
{
color: #81B2A8;
}
</style>
background-color css
<style>
a { background-color: #81B2A8; }
a { background-color: rgb(129,178,168); }
div.DivClassName
{
background-color: #81B2A8;
}
.BgClassName
{
background-color: #81B2A8;
}
</style>
border-color css
<style>
span { border-color: #81B2A8; }
span { border-color: rgb(129,178,168); }
td.TdClassName
{
border-color: #81B2A8;
}
.TagClassName
{
border-color: #81B2A8;
}
</style>