Shades of Sea Nymph #82B3A4
Tints of Sea Nymph #82B3A4
RGB
CMYK
RGB Variations
Color information
#82B3A4 (or 0x82B3A4) is known color: Sea Nymph. HEX triplet: 82, B3 and A4. RGB value is (130,179,164). Sum of RGB (Red+Green+Blue) = 130+179+164=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #82B3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B3A4 is #7D4C5B. Grayscale: #A2A2A2. Windows color (decimal): -8211548 or 10793858. OLE color: 10793858.
HSL color Cylindrical-coordinate representation of color #82B3A4: hue angle of 161.63º 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 #82B3A4 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 164 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.30 |
| HSL | 161.63º | 0.24% | 0.61% | - |
| HSV(B) | 161.63º | 0.27% | 0.7% | - |
| XYZ | 32.03 | 39.67 | 41.09 | - |
| YUV | 162.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 164 | 0.27 | 0 | 0.08 | 0.30 | 161.63 | 0.24 | 0.61 |
| Hex | 82 | B3 | A4 | 1B | 0 | 8 | 1E | A2 | 18 | 3D |
| Octal | 202 | 263 | 244 | 33 | 0 | 10 | 36 | 242 | 30 | 75 |
| Binary | 10000010 | 10110011 | 10100100 | 11011 | 0 | 1000 | 11110 | 10100010 | 11000 | 111101 |
Color Harmonies of #82B3A4
Complementary color
Monochromatic Colors of #82B3A4
Black with #82B3A4
Text Example
Text Example
White with #82B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B3A4; }
p { color: rgb(130,179,164); }
H1.HeaderClassName
{
color: #82B3A4;
}
.AnyTagClassName
{
color: #82B3A4;
}
</style>
background-color css
<style>
a { background-color: #82B3A4; }
a { background-color: rgb(130,179,164); }
div.DivClassName
{
background-color: #82B3A4;
}
.BgClassName
{
background-color: #82B3A4;
}
</style>
border-color css
<style>
span { border-color: #82B3A4; }
span { border-color: rgb(130,179,164); }
td.TdClassName
{
border-color: #82B3A4;
}
.TagClassName
{
border-color: #82B3A4;
}
</style>