Shades of Sea Nymph #81AC9E
Tints of Sea Nymph #81AC9E
RGB
CMYK
RGB Variations
Color information
#81AC9E (or 0x81AC9E) is known color: Sea Nymph. HEX triplet: 81, AC and 9E. RGB value is (129,172,158). Sum of RGB (Red+Green+Blue) = 129+172+158=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AC9E is #7E5361. Grayscale: #9D9D9D. Windows color (decimal): -8278882 or 10398849. OLE color: 10398849.
HSL color Cylindrical-coordinate representation of color #81AC9E: hue angle of 160.47º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AC9E is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 158 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.33 |
| HSL | 160.47º | 0.21% | 0.59% | - |
| HSV(B) | 160.47º | 0.25% | 0.67% | - |
| XYZ | 29.98 | 36.64 | 37.84 | - |
| YUV | 157.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 158 | 0.25 | 0 | 0.08 | 0.33 | 160.47 | 0.21 | 0.59 |
| Hex | 81 | AC | 9E | 19 | 0 | 8 | 21 | A0 | 15 | 3B |
| Octal | 201 | 254 | 236 | 31 | 0 | 10 | 41 | 240 | 25 | 73 |
| Binary | 10000001 | 10101100 | 10011110 | 11001 | 0 | 1000 | 100001 | 10100000 | 10101 | 111011 |
Color Harmonies of #81AC9E
Complementary color
Monochromatic Colors of #81AC9E
Black with #81AC9E
Text Example
Text Example
White with #81AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC9E; }
p { color: rgb(129,172,158); }
H1.HeaderClassName
{
color: #81AC9E;
}
.AnyTagClassName
{
color: #81AC9E;
}
</style>
background-color css
<style>
a { background-color: #81AC9E; }
a { background-color: rgb(129,172,158); }
div.DivClassName
{
background-color: #81AC9E;
}
.BgClassName
{
background-color: #81AC9E;
}
</style>
border-color css
<style>
span { border-color: #81AC9E; }
span { border-color: rgb(129,172,158); }
td.TdClassName
{
border-color: #81AC9E;
}
.TagClassName
{
border-color: #81AC9E;
}
</style>