Shades of Spray #82DFDF
Tints of Spray #82DFDF
RGB
CMYK
RGB Variations
Color information
#82DFDF (or 0x82DFDF) is known color: Spray. HEX triplet: 82, DF and DF. RGB value is (130,223,223). Sum of RGB (Red+Green+Blue) = 130+223+223=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #82DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFDF is #7D2020. Grayscale: #C3C3C3. Windows color (decimal): -8200225 or 14671746. OLE color: 14671746.
HSL color Cylindrical-coordinate representation of color #82DFDF: hue angle of 180º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFDF is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 223 | - |
| CMYK | 0.42 | 0 | 0 | 0.13 |
| HSL | 180º | 0.59% | 0.69% | - |
| HSV(B) | 180º | 0.42% | 0.87% | - |
| XYZ | 48.91 | 62.85 | 79.37 | - |
| YUV | 195.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 223 | 0.42 | 0 | 0 | 0.13 | 180 | 0.59 | 0.69 |
| Hex | 82 | DF | DF | 2A | 0 | 0 | D | B4 | 3B | 45 |
| Octal | 202 | 337 | 337 | 52 | 0 | 0 | 15 | 264 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11011111 | 101010 | 0 | 0 | 1101 | 10110100 | 111011 | 1000101 |
Color Harmonies of #82DFDF
Complementary color
Monochromatic Colors of #82DFDF
Black with #82DFDF
Text Example
Text Example
White with #82DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFDF; }
p { color: rgb(130,223,223); }
H1.HeaderClassName
{
color: #82DFDF;
}
.AnyTagClassName
{
color: #82DFDF;
}
</style>
background-color css
<style>
a { background-color: #82DFDF; }
a { background-color: rgb(130,223,223); }
div.DivClassName
{
background-color: #82DFDF;
}
.BgClassName
{
background-color: #82DFDF;
}
</style>
border-color css
<style>
span { border-color: #82DFDF; }
span { border-color: rgb(130,223,223); }
td.TdClassName
{
border-color: #82DFDF;
}
.TagClassName
{
border-color: #82DFDF;
}
</style>