Shades of Sea Nymph #82BAA3
Tints of Sea Nymph #82BAA3
RGB
CMYK
RGB Variations
Color information
#82BAA3 (or 0x82BAA3) is known color: Sea Nymph. HEX triplet: 82, BA and A3. RGB value is (130,186,163). Sum of RGB (Red+Green+Blue) = 130+186+163=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAA3 is #7D455C. Grayscale: #A6A6A6. Windows color (decimal): -8209757 or 10730114. OLE color: 10730114.
HSL color Cylindrical-coordinate representation of color #82BAA3: hue angle of 155.36º 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 #82BAA3 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 163 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.27 |
| HSL | 155.36º | 0.29% | 0.62% | - |
| HSV(B) | 155.36º | 0.3% | 0.73% | - |
| XYZ | 33.38 | 42.51 | 41.1 | - |
| YUV | 166.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 163 | 0.30 | 0 | 0.12 | 0.27 | 155.36 | 0.29 | 0.62 |
| Hex | 82 | BA | A3 | 1E | 0 | C | 1B | 9B | 1D | 3E |
| Octal | 202 | 272 | 243 | 36 | 0 | 14 | 33 | 233 | 35 | 76 |
| Binary | 10000010 | 10111010 | 10100011 | 11110 | 0 | 1100 | 11011 | 10011011 | 11101 | 111110 |
Color Harmonies of #82BAA3
Complementary color
Monochromatic Colors of #82BAA3
Black with #82BAA3
Text Example
Text Example
White with #82BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BAA3; }
p { color: rgb(130,186,163); }
H1.HeaderClassName
{
color: #82BAA3;
}
.AnyTagClassName
{
color: #82BAA3;
}
</style>
background-color css
<style>
a { background-color: #82BAA3; }
a { background-color: rgb(130,186,163); }
div.DivClassName
{
background-color: #82BAA3;
}
.BgClassName
{
background-color: #82BAA3;
}
</style>
border-color css
<style>
span { border-color: #82BAA3; }
span { border-color: rgb(130,186,163); }
td.TdClassName
{
border-color: #82BAA3;
}
.TagClassName
{
border-color: #82BAA3;
}
</style>