Shades of Sea Nymph #82BEA4
Tints of Sea Nymph #82BEA4
RGB
CMYK
RGB Variations
Color information
#82BEA4 (or 0x82BEA4) is known color: Sea Nymph. HEX triplet: 82, BE and A4. RGB value is (130,190,164). Sum of RGB (Red+Green+Blue) = 130+190+164=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA4 is #7D415B. Grayscale: #A9A9A9. Windows color (decimal): -8208732 or 10796674. OLE color: 10796674.
HSL color Cylindrical-coordinate representation of color #82BEA4: hue angle of 154º 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 #82BEA4 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 164 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.25 |
| HSL | 154º | 0.32% | 0.63% | - |
| HSV(B) | 154º | 0.32% | 0.75% | - |
| XYZ | 34.32 | 44.25 | 41.85 | - |
| YUV | 169.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 164 | 0.32 | 0 | 0.14 | 0.25 | 154 | 0.32 | 0.63 |
| Hex | 82 | BE | A4 | 20 | 0 | E | 19 | 9A | 20 | 3F |
| Octal | 202 | 276 | 244 | 40 | 0 | 16 | 31 | 232 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10100100 | 100000 | 0 | 1110 | 11001 | 10011010 | 100000 | 111111 |
Color Harmonies of #82BEA4
Complementary color
Monochromatic Colors of #82BEA4
Black with #82BEA4
Text Example
Text Example
White with #82BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEA4; }
p { color: rgb(130,190,164); }
H1.HeaderClassName
{
color: #82BEA4;
}
.AnyTagClassName
{
color: #82BEA4;
}
</style>
background-color css
<style>
a { background-color: #82BEA4; }
a { background-color: rgb(130,190,164); }
div.DivClassName
{
background-color: #82BEA4;
}
.BgClassName
{
background-color: #82BEA4;
}
</style>
border-color css
<style>
span { border-color: #82BEA4; }
span { border-color: rgb(130,190,164); }
td.TdClassName
{
border-color: #82BEA4;
}
.TagClassName
{
border-color: #82BEA4;
}
</style>