Shades of Sea Nymph #82BDA6
Tints of Sea Nymph #82BDA6
RGB
CMYK
RGB Variations
Color information
#82BDA6 (or 0x82BDA6) is known color: Sea Nymph. HEX triplet: 82, BD and A6. RGB value is (130,189,166). Sum of RGB (Red+Green+Blue) = 130+189+166=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BDA6 is #7D4259. Grayscale: #A8A8A8. Windows color (decimal): -8208986 or 10927490. OLE color: 10927490.
HSL color Cylindrical-coordinate representation of color #82BDA6: hue angle of 156.61º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BDA6 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 166 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.26 |
| HSL | 156.61º | 0.31% | 0.63% | - |
| HSV(B) | 156.61º | 0.31% | 0.74% | - |
| XYZ | 34.29 | 43.89 | 42.74 | - |
| YUV | 168.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 166 | 0.31 | 0 | 0.12 | 0.26 | 156.61 | 0.31 | 0.63 |
| Hex | 82 | BD | A6 | 1F | 0 | C | 1A | 9D | 1F | 3F |
| Octal | 202 | 275 | 246 | 37 | 0 | 14 | 32 | 235 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10100110 | 11111 | 0 | 1100 | 11010 | 10011101 | 11111 | 111111 |
Color Harmonies of #82BDA6
Complementary color
Monochromatic Colors of #82BDA6
Black with #82BDA6
Text Example
Text Example
White with #82BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDA6; }
p { color: rgb(130,189,166); }
H1.HeaderClassName
{
color: #82BDA6;
}
.AnyTagClassName
{
color: #82BDA6;
}
</style>
background-color css
<style>
a { background-color: #82BDA6; }
a { background-color: rgb(130,189,166); }
div.DivClassName
{
background-color: #82BDA6;
}
.BgClassName
{
background-color: #82BDA6;
}
</style>
border-color css
<style>
span { border-color: #82BDA6; }
span { border-color: rgb(130,189,166); }
td.TdClassName
{
border-color: #82BDA6;
}
.TagClassName
{
border-color: #82BDA6;
}
</style>