Shades of Sea Nymph #82BCA4
Tints of Sea Nymph #82BCA4
RGB
CMYK
RGB Variations
Color information
#82BCA4 (or 0x82BCA4) is known color: Sea Nymph. HEX triplet: 82, BC and A4. RGB value is (130,188,164). Sum of RGB (Red+Green+Blue) = 130+188+164=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #82BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BCA4 is #7D435B. Grayscale: #A7A7A7. Windows color (decimal): -8209244 or 10796162. OLE color: 10796162.
HSL color Cylindrical-coordinate representation of color #82BCA4: hue angle of 155.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BCA4 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 164 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.26 |
| HSL | 155.17º | 0.3% | 0.62% | - |
| HSV(B) | 155.17º | 0.31% | 0.74% | - |
| XYZ | 33.89 | 43.39 | 41.71 | - |
| YUV | 167.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 164 | 0.31 | 0 | 0.13 | 0.26 | 155.17 | 0.3 | 0.62 |
| Hex | 82 | BC | A4 | 1F | 0 | D | 1A | 9B | 1E | 3E |
| Octal | 202 | 274 | 244 | 37 | 0 | 15 | 32 | 233 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10100100 | 11111 | 0 | 1101 | 11010 | 10011011 | 11110 | 111110 |
Color Harmonies of #82BCA4
Complementary color
Monochromatic Colors of #82BCA4
Black with #82BCA4
Text Example
Text Example
White with #82BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BCA4; }
p { color: rgb(130,188,164); }
H1.HeaderClassName
{
color: #82BCA4;
}
.AnyTagClassName
{
color: #82BCA4;
}
</style>
background-color css
<style>
a { background-color: #82BCA4; }
a { background-color: rgb(130,188,164); }
div.DivClassName
{
background-color: #82BCA4;
}
.BgClassName
{
background-color: #82BCA4;
}
</style>
border-color css
<style>
span { border-color: #82BCA4; }
span { border-color: rgb(130,188,164); }
td.TdClassName
{
border-color: #82BCA4;
}
.TagClassName
{
border-color: #82BCA4;
}
</style>