Shades of Sea Nymph #82B4A8
Tints of Sea Nymph #82B4A8
RGB
CMYK
RGB Variations
Color information
#82B4A8 (or 0x82B4A8) is known color: Sea Nymph. HEX triplet: 82, B4 and A8. RGB value is (130,180,168). Sum of RGB (Red+Green+Blue) = 130+180+168=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #82B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B4A8 is #7D4B57. Grayscale: #A3A3A3. Windows color (decimal): -8211288 or 11056258. OLE color: 11056258.
HSL color Cylindrical-coordinate representation of color #82B4A8: hue angle of 165.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B4A8 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 180 | 168 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.29 |
| HSL | 165.6º | 0.25% | 0.61% | - |
| HSV(B) | 165.6º | 0.28% | 0.71% | - |
| XYZ | 32.6 | 40.22 | 43.09 | - |
| YUV | 163.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 180 | 168 | 0.28 | 0 | 0.07 | 0.29 | 165.6 | 0.25 | 0.61 |
| Hex | 82 | B4 | A8 | 1C | 0 | 7 | 1D | A6 | 19 | 3D |
| Octal | 202 | 264 | 250 | 34 | 0 | 7 | 35 | 246 | 31 | 75 |
| Binary | 10000010 | 10110100 | 10101000 | 11100 | 0 | 111 | 11101 | 10100110 | 11001 | 111101 |
Color Harmonies of #82B4A8
Complementary color
Monochromatic Colors of #82B4A8
Black with #82B4A8
Text Example
Text Example
White with #82B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B4A8; }
p { color: rgb(130,180,168); }
H1.HeaderClassName
{
color: #82B4A8;
}
.AnyTagClassName
{
color: #82B4A8;
}
</style>
background-color css
<style>
a { background-color: #82B4A8; }
a { background-color: rgb(130,180,168); }
div.DivClassName
{
background-color: #82B4A8;
}
.BgClassName
{
background-color: #82B4A8;
}
</style>
border-color css
<style>
span { border-color: #82B4A8; }
span { border-color: rgb(130,180,168); }
td.TdClassName
{
border-color: #82B4A8;
}
.TagClassName
{
border-color: #82B4A8;
}
</style>