Shades of Spray #82E1DE
Tints of Spray #82E1DE
RGB
CMYK
RGB Variations
Color information
#82E1DE (or 0x82E1DE) is known color: Spray. HEX triplet: 82, E1 and DE. RGB value is (130,225,222). Sum of RGB (Red+Green+Blue) = 130+225+222=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E1DE is #7D1E21. Grayscale: #C4C4C4. Windows color (decimal): -8199714 or 14606722. OLE color: 14606722.
HSL color Cylindrical-coordinate representation of color #82E1DE: hue angle of 178.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E1DE is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 222 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.12 |
| HSL | 178.11º | 0.61% | 0.7% | - |
| HSV(B) | 178.11º | 0.42% | 0.88% | - |
| XYZ | 49.32 | 63.87 | 78.84 | - |
| YUV | 196.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 222 | 0.42 | 0 | 0.01 | 0.12 | 178.11 | 0.61 | 0.7 |
| Hex | 82 | E1 | DE | 2A | 0 | 1 | C | B2 | 3D | 46 |
| Octal | 202 | 341 | 336 | 52 | 0 | 1 | 14 | 262 | 75 | 106 |
| Binary | 10000010 | 11100001 | 11011110 | 101010 | 0 | 1 | 1100 | 10110010 | 111101 | 1000110 |
Color Harmonies of #82E1DE
Complementary color
Monochromatic Colors of #82E1DE
Black with #82E1DE
Text Example
Text Example
White with #82E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E1DE; }
p { color: rgb(130,225,222); }
H1.HeaderClassName
{
color: #82E1DE;
}
.AnyTagClassName
{
color: #82E1DE;
}
</style>
background-color css
<style>
a { background-color: #82E1DE; }
a { background-color: rgb(130,225,222); }
div.DivClassName
{
background-color: #82E1DE;
}
.BgClassName
{
background-color: #82E1DE;
}
</style>
border-color css
<style>
span { border-color: #82E1DE; }
span { border-color: rgb(130,225,222); }
td.TdClassName
{
border-color: #82E1DE;
}
.TagClassName
{
border-color: #82E1DE;
}
</style>