Shades of Sea Nymph #81AFA6
Tints of Sea Nymph #81AFA6
RGB
CMYK
RGB Variations
Color information
#81AFA6 (or 0x81AFA6) is known color: Sea Nymph. HEX triplet: 81, AF and A6. RGB value is (129,175,166). Sum of RGB (Red+Green+Blue) = 129+175+166=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #81AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AFA6 is #7E5059. Grayscale: #A0A0A0. Windows color (decimal): -8278106 or 10923905. OLE color: 10923905.
HSL color Cylindrical-coordinate representation of color #81AFA6: hue angle of 168.26º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AFA6 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 166 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.31 |
| HSL | 168.26º | 0.22% | 0.6% | - |
| HSV(B) | 168.26º | 0.26% | 0.69% | - |
| XYZ | 31.27 | 38.08 | 41.78 | - |
| YUV | 160.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 166 | 0.26 | 0 | 0.05 | 0.31 | 168.26 | 0.22 | 0.6 |
| Hex | 81 | AF | A6 | 1A | 0 | 5 | 1F | A8 | 16 | 3C |
| Octal | 201 | 257 | 246 | 32 | 0 | 5 | 37 | 250 | 26 | 74 |
| Binary | 10000001 | 10101111 | 10100110 | 11010 | 0 | 101 | 11111 | 10101000 | 10110 | 111100 |
Color Harmonies of #81AFA6
Complementary color
Monochromatic Colors of #81AFA6
Black with #81AFA6
Text Example
Text Example
White with #81AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFA6; }
p { color: rgb(129,175,166); }
H1.HeaderClassName
{
color: #81AFA6;
}
.AnyTagClassName
{
color: #81AFA6;
}
</style>
background-color css
<style>
a { background-color: #81AFA6; }
a { background-color: rgb(129,175,166); }
div.DivClassName
{
background-color: #81AFA6;
}
.BgClassName
{
background-color: #81AFA6;
}
</style>
border-color css
<style>
span { border-color: #81AFA6; }
span { border-color: rgb(129,175,166); }
td.TdClassName
{
border-color: #81AFA6;
}
.TagClassName
{
border-color: #81AFA6;
}
</style>