Shades of Sea Nymph #82BAAA
Tints of Sea Nymph #82BAAA
RGB
CMYK
RGB Variations
Color information
#82BAAA (or 0x82BAAA) is known color: Sea Nymph. HEX triplet: 82, BA and AA. RGB value is (130,186,170). Sum of RGB (Red+Green+Blue) = 130+186+170=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAAA is #7D4555. Grayscale: #A7A7A7. Windows color (decimal): -8209750 or 11188866. OLE color: 11188866.
HSL color Cylindrical-coordinate representation of color #82BAAA: hue angle of 162.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BAAA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 170 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.27 |
| HSL | 162.86º | 0.29% | 0.62% | - |
| HSV(B) | 162.86º | 0.3% | 0.73% | - |
| XYZ | 34.02 | 42.77 | 44.49 | - |
| YUV | 167.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 170 | 0.30 | 0 | 0.09 | 0.27 | 162.86 | 0.29 | 0.62 |
| Hex | 82 | BA | AA | 1E | 0 | 9 | 1B | A3 | 1D | 3E |
| Octal | 202 | 272 | 252 | 36 | 0 | 11 | 33 | 243 | 35 | 76 |
| Binary | 10000010 | 10111010 | 10101010 | 11110 | 0 | 1001 | 11011 | 10100011 | 11101 | 111110 |
Color Harmonies of #82BAAA
Complementary color
Monochromatic Colors of #82BAAA
Black with #82BAAA
Text Example
Text Example
White with #82BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BAAA; }
p { color: rgb(130,186,170); }
H1.HeaderClassName
{
color: #82BAAA;
}
.AnyTagClassName
{
color: #82BAAA;
}
</style>
background-color css
<style>
a { background-color: #82BAAA; }
a { background-color: rgb(130,186,170); }
div.DivClassName
{
background-color: #82BAAA;
}
.BgClassName
{
background-color: #82BAAA;
}
</style>
border-color css
<style>
span { border-color: #82BAAA; }
span { border-color: rgb(130,186,170); }
td.TdClassName
{
border-color: #82BAAA;
}
.TagClassName
{
border-color: #82BAAA;
}
</style>