Shades of Sea Nymph #82ADA3
Tints of Sea Nymph #82ADA3
RGB
CMYK
RGB Variations
Color information
#82ADA3 (or 0x82ADA3) is known color: Sea Nymph. HEX triplet: 82, AD and A3. RGB value is (130,173,163). Sum of RGB (Red+Green+Blue) = 130+173+163=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #82ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ADA3 is #7D525C. Grayscale: #9F9F9F. Windows color (decimal): -8213085 or 10726786. OLE color: 10726786.
HSL color Cylindrical-coordinate representation of color #82ADA3: hue angle of 166.05º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82ADA3 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 163 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.32 |
| HSL | 166.05º | 0.21% | 0.59% | - |
| HSV(B) | 166.05º | 0.25% | 0.68% | - |
| XYZ | 30.76 | 37.28 | 40.22 | - |
| YUV | 159 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 163 | 0.25 | 0 | 0.06 | 0.32 | 166.05 | 0.21 | 0.59 |
| Hex | 82 | AD | A3 | 19 | 0 | 6 | 20 | A6 | 15 | 3B |
| Octal | 202 | 255 | 243 | 31 | 0 | 6 | 40 | 246 | 25 | 73 |
| Binary | 10000010 | 10101101 | 10100011 | 11001 | 0 | 110 | 100000 | 10100110 | 10101 | 111011 |
Color Harmonies of #82ADA3
Complementary color
Monochromatic Colors of #82ADA3
Black with #82ADA3
Text Example
Text Example
White with #82ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADA3; }
p { color: rgb(130,173,163); }
H1.HeaderClassName
{
color: #82ADA3;
}
.AnyTagClassName
{
color: #82ADA3;
}
</style>
background-color css
<style>
a { background-color: #82ADA3; }
a { background-color: rgb(130,173,163); }
div.DivClassName
{
background-color: #82ADA3;
}
.BgClassName
{
background-color: #82ADA3;
}
</style>
border-color css
<style>
span { border-color: #82ADA3; }
span { border-color: rgb(130,173,163); }
td.TdClassName
{
border-color: #82ADA3;
}
.TagClassName
{
border-color: #82ADA3;
}
</style>