Shades of Sea Nymph #82B3A5
Tints of Sea Nymph #82B3A5
RGB
CMYK
RGB Variations
Color information
#82B3A5 (or 0x82B3A5) is known color: Sea Nymph. HEX triplet: 82, B3 and A5. RGB value is (130,179,165). Sum of RGB (Red+Green+Blue) = 130+179+165=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #82B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B3A5 is #7D4C5A. Grayscale: #A2A2A2. Windows color (decimal): -8211547 or 10859394. OLE color: 10859394.
HSL color Cylindrical-coordinate representation of color #82B3A5: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B3A5 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 165 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.30 |
| HSL | 162.86º | 0.24% | 0.61% | - |
| HSV(B) | 162.86º | 0.27% | 0.7% | - |
| XYZ | 32.12 | 39.7 | 41.57 | - |
| YUV | 162.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 165 | 0.27 | 0 | 0.08 | 0.30 | 162.86 | 0.24 | 0.61 |
| Hex | 82 | B3 | A5 | 1B | 0 | 8 | 1E | A3 | 18 | 3D |
| Octal | 202 | 263 | 245 | 33 | 0 | 10 | 36 | 243 | 30 | 75 |
| Binary | 10000010 | 10110011 | 10100101 | 11011 | 0 | 1000 | 11110 | 10100011 | 11000 | 111101 |
Color Harmonies of #82B3A5
Complementary color
Monochromatic Colors of #82B3A5
Black with #82B3A5
Text Example
Text Example
White with #82B3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B3A5; }
p { color: rgb(130,179,165); }
H1.HeaderClassName
{
color: #82B3A5;
}
.AnyTagClassName
{
color: #82B3A5;
}
</style>
background-color css
<style>
a { background-color: #82B3A5; }
a { background-color: rgb(130,179,165); }
div.DivClassName
{
background-color: #82B3A5;
}
.BgClassName
{
background-color: #82B3A5;
}
</style>
border-color css
<style>
span { border-color: #82B3A5; }
span { border-color: rgb(130,179,165); }
td.TdClassName
{
border-color: #82B3A5;
}
.TagClassName
{
border-color: #82B3A5;
}
</style>