Shades of Sea Nymph #82B2A6
Tints of Sea Nymph #82B2A6
RGB
CMYK
RGB Variations
Color information
#82B2A6 (or 0x82B2A6) is known color: Sea Nymph. HEX triplet: 82, B2 and A6. RGB value is (130,178,166). Sum of RGB (Red+Green+Blue) = 130+178+166=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #82B2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B2A6 is #7D4D59. Grayscale: #A2A2A2. Windows color (decimal): -8211802 or 10924674. OLE color: 10924674.
HSL color Cylindrical-coordinate representation of color #82B2A6: hue angle of 165º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B2A6 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 178 | 166 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.30 |
| HSL | 165º | 0.24% | 0.6% | - |
| HSV(B) | 165º | 0.27% | 0.7% | - |
| XYZ | 32.01 | 39.34 | 41.98 | - |
| YUV | 162.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 166 | 0.27 | 0 | 0.07 | 0.30 | 165 | 0.24 | 0.6 |
| Hex | 82 | B2 | A6 | 1B | 0 | 7 | 1E | A5 | 18 | 3C |
| Octal | 202 | 262 | 246 | 33 | 0 | 7 | 36 | 245 | 30 | 74 |
| Binary | 10000010 | 10110010 | 10100110 | 11011 | 0 | 111 | 11110 | 10100101 | 11000 | 111100 |
Color Harmonies of #82B2A6
Complementary color
Monochromatic Colors of #82B2A6
Black with #82B2A6
Text Example
Text Example
White with #82B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B2A6; }
p { color: rgb(130,178,166); }
H1.HeaderClassName
{
color: #82B2A6;
}
.AnyTagClassName
{
color: #82B2A6;
}
</style>
background-color css
<style>
a { background-color: #82B2A6; }
a { background-color: rgb(130,178,166); }
div.DivClassName
{
background-color: #82B2A6;
}
.BgClassName
{
background-color: #82B2A6;
}
</style>
border-color css
<style>
span { border-color: #82B2A6; }
span { border-color: rgb(130,178,166); }
td.TdClassName
{
border-color: #82B2A6;
}
.TagClassName
{
border-color: #82B2A6;
}
</style>