Shades of Sea Nymph #82AFA6
Tints of Sea Nymph #82AFA6
RGB
CMYK
RGB Variations
Color information
#82AFA6 (or 0x82AFA6) is known color: Sea Nymph. HEX triplet: 82, AF and A6. RGB value is (130,175,166). Sum of RGB (Red+Green+Blue) = 130+175+166=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #82AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AFA6 is #7D5059. Grayscale: #A0A0A0. Windows color (decimal): -8212570 or 10923906. OLE color: 10923906.
HSL color Cylindrical-coordinate representation of color #82AFA6: hue angle of 168º 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 #82AFA6 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 166 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.31 |
| HSL | 168º | 0.22% | 0.6% | - |
| HSV(B) | 168º | 0.26% | 0.69% | - |
| XYZ | 31.42 | 38.16 | 41.79 | - |
| YUV | 160.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 166 | 0.26 | 0 | 0.05 | 0.31 | 168 | 0.22 | 0.6 |
| Hex | 82 | AF | A6 | 1A | 0 | 5 | 1F | A8 | 16 | 3C |
| Octal | 202 | 257 | 246 | 32 | 0 | 5 | 37 | 250 | 26 | 74 |
| Binary | 10000010 | 10101111 | 10100110 | 11010 | 0 | 101 | 11111 | 10101000 | 10110 | 111100 |
Color Harmonies of #82AFA6
Complementary color
Monochromatic Colors of #82AFA6
Black with #82AFA6
Text Example
Text Example
White with #82AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AFA6; }
p { color: rgb(130,175,166); }
H1.HeaderClassName
{
color: #82AFA6;
}
.AnyTagClassName
{
color: #82AFA6;
}
</style>
background-color css
<style>
a { background-color: #82AFA6; }
a { background-color: rgb(130,175,166); }
div.DivClassName
{
background-color: #82AFA6;
}
.BgClassName
{
background-color: #82AFA6;
}
</style>
border-color css
<style>
span { border-color: #82AFA6; }
span { border-color: rgb(130,175,166); }
td.TdClassName
{
border-color: #82AFA6;
}
.TagClassName
{
border-color: #82AFA6;
}
</style>