Shades of Spray #82CFCF
Tints of Spray #82CFCF
RGB
CMYK
RGB Variations
Color information
#82CFCF (or 0x82CFCF) is known color: Spray. HEX triplet: 82, CF and CF. RGB value is (130,207,207). Sum of RGB (Red+Green+Blue) = 130+207+207=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #82CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFCF is #7D3030. Grayscale: #B7B7B7. Windows color (decimal): -8204337 or 13619074. OLE color: 13619074.
HSL color Cylindrical-coordinate representation of color #82CFCF: hue angle of 180º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CFCF is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 207 | - |
| CMYK | 0.37 | 0 | 0 | 0.19 |
| HSL | 180º | 0.45% | 0.66% | - |
| HSV(B) | 180º | 0.37% | 0.81% | - |
| XYZ | 42.78 | 53.88 | 67.18 | - |
| YUV | 183.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 207 | 0.37 | 0 | 0 | 0.19 | 180 | 0.45 | 0.66 |
| Hex | 82 | CF | CF | 25 | 0 | 0 | 13 | B4 | 2D | 42 |
| Octal | 202 | 317 | 317 | 45 | 0 | 0 | 23 | 264 | 55 | 102 |
| Binary | 10000010 | 11001111 | 11001111 | 100101 | 0 | 0 | 10011 | 10110100 | 101101 | 1000010 |
Color Harmonies of #82CFCF
Complementary color
Monochromatic Colors of #82CFCF
Black with #82CFCF
Text Example
Text Example
White with #82CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFCF; }
p { color: rgb(130,207,207); }
H1.HeaderClassName
{
color: #82CFCF;
}
.AnyTagClassName
{
color: #82CFCF;
}
</style>
background-color css
<style>
a { background-color: #82CFCF; }
a { background-color: rgb(130,207,207); }
div.DivClassName
{
background-color: #82CFCF;
}
.BgClassName
{
background-color: #82CFCF;
}
</style>
border-color css
<style>
span { border-color: #82CFCF; }
span { border-color: rgb(130,207,207); }
td.TdClassName
{
border-color: #82CFCF;
}
.TagClassName
{
border-color: #82CFCF;
}
</style>