Shades of Sea Nymph #82BEA6
Tints of Sea Nymph #82BEA6
RGB
CMYK
RGB Variations
Color information
#82BEA6 (or 0x82BEA6) is known color: Sea Nymph. HEX triplet: 82, BE and A6. RGB value is (130,190,166). Sum of RGB (Red+Green+Blue) = 130+190+166=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA6 is #7D4159. Grayscale: #A9A9A9. Windows color (decimal): -8208730 or 10927746. OLE color: 10927746.
HSL color Cylindrical-coordinate representation of color #82BEA6: hue angle of 156º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEA6 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 166 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.25 |
| HSL | 156º | 0.32% | 0.63% | - |
| HSV(B) | 156º | 0.32% | 0.75% | - |
| XYZ | 34.5 | 44.33 | 42.81 | - |
| YUV | 169.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 166 | 0.32 | 0 | 0.13 | 0.25 | 156 | 0.32 | 0.63 |
| Hex | 82 | BE | A6 | 20 | 0 | D | 19 | 9C | 20 | 3F |
| Octal | 202 | 276 | 246 | 40 | 0 | 15 | 31 | 234 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10100110 | 100000 | 0 | 1101 | 11001 | 10011100 | 100000 | 111111 |
Color Harmonies of #82BEA6
Complementary color
Monochromatic Colors of #82BEA6
Black with #82BEA6
Text Example
Text Example
White with #82BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEA6; }
p { color: rgb(130,190,166); }
H1.HeaderClassName
{
color: #82BEA6;
}
.AnyTagClassName
{
color: #82BEA6;
}
</style>
background-color css
<style>
a { background-color: #82BEA6; }
a { background-color: rgb(130,190,166); }
div.DivClassName
{
background-color: #82BEA6;
}
.BgClassName
{
background-color: #82BEA6;
}
</style>
border-color css
<style>
span { border-color: #82BEA6; }
span { border-color: rgb(130,190,166); }
td.TdClassName
{
border-color: #82BEA6;
}
.TagClassName
{
border-color: #82BEA6;
}
</style>