Shades of Sea Nymph #82BCA8
Tints of Sea Nymph #82BCA8
RGB
CMYK
RGB Variations
Color information
#82BCA8 (or 0x82BCA8) is known color: Sea Nymph. HEX triplet: 82, BC and A8. RGB value is (130,188,168). Sum of RGB (Red+Green+Blue) = 130+188+168=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #82BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BCA8 is #7D4357. Grayscale: #A8A8A8. Windows color (decimal): -8209240 or 11058306. OLE color: 11058306.
HSL color Cylindrical-coordinate representation of color #82BCA8: hue angle of 159.31º 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 #82BCA8 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 168 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.26 |
| HSL | 159.31º | 0.3% | 0.62% | - |
| HSV(B) | 159.31º | 0.31% | 0.74% | - |
| XYZ | 34.26 | 43.54 | 43.64 | - |
| YUV | 168.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 168 | 0.31 | 0 | 0.11 | 0.26 | 159.31 | 0.3 | 0.62 |
| Hex | 82 | BC | A8 | 1F | 0 | B | 1A | 9F | 1E | 3E |
| Octal | 202 | 274 | 250 | 37 | 0 | 13 | 32 | 237 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10101000 | 11111 | 0 | 1011 | 11010 | 10011111 | 11110 | 111110 |
Color Harmonies of #82BCA8
Complementary color
Monochromatic Colors of #82BCA8
Black with #82BCA8
Text Example
Text Example
White with #82BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BCA8; }
p { color: rgb(130,188,168); }
H1.HeaderClassName
{
color: #82BCA8;
}
.AnyTagClassName
{
color: #82BCA8;
}
</style>
background-color css
<style>
a { background-color: #82BCA8; }
a { background-color: rgb(130,188,168); }
div.DivClassName
{
background-color: #82BCA8;
}
.BgClassName
{
background-color: #82BCA8;
}
</style>
border-color css
<style>
span { border-color: #82BCA8; }
span { border-color: rgb(130,188,168); }
td.TdClassName
{
border-color: #82BCA8;
}
.TagClassName
{
border-color: #82BCA8;
}
</style>