Shades of Sea Nymph #81BEA6
Tints of Sea Nymph #81BEA6
RGB
CMYK
RGB Variations
Color information
#81BEA6 (or 0x81BEA6) is known color: Sea Nymph. HEX triplet: 81, BE and A6. RGB value is (129,190,166). Sum of RGB (Red+Green+Blue) = 129+190+166=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA6 is #7E4159. Grayscale: #A9A9A9. Windows color (decimal): -8274266 or 10927745. OLE color: 10927745.
HSL color Cylindrical-coordinate representation of color #81BEA6: hue angle of 156.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BEA6 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 166 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.25 |
| HSL | 156.39º | 0.32% | 0.63% | - |
| HSV(B) | 156.39º | 0.32% | 0.75% | - |
| XYZ | 34.35 | 44.25 | 42.81 | - |
| YUV | 169.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 166 | 0.32 | 0 | 0.13 | 0.25 | 156.39 | 0.32 | 0.63 |
| Hex | 81 | BE | A6 | 20 | 0 | D | 19 | 9C | 20 | 3F |
| Octal | 201 | 276 | 246 | 40 | 0 | 15 | 31 | 234 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10100110 | 100000 | 0 | 1101 | 11001 | 10011100 | 100000 | 111111 |
Color Harmonies of #81BEA6
Complementary color
Monochromatic Colors of #81BEA6
Black with #81BEA6
Text Example
Text Example
White with #81BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEA6; }
p { color: rgb(129,190,166); }
H1.HeaderClassName
{
color: #81BEA6;
}
.AnyTagClassName
{
color: #81BEA6;
}
</style>
background-color css
<style>
a { background-color: #81BEA6; }
a { background-color: rgb(129,190,166); }
div.DivClassName
{
background-color: #81BEA6;
}
.BgClassName
{
background-color: #81BEA6;
}
</style>
border-color css
<style>
span { border-color: #81BEA6; }
span { border-color: rgb(129,190,166); }
td.TdClassName
{
border-color: #81BEA6;
}
.TagClassName
{
border-color: #81BEA6;
}
</style>