Shades of Spray #7ED2D7
Tints of Spray #7ED2D7
RGB
CMYK
RGB Variations
Color information
#7ED2D7 (or 0x7ED2D7) is known color: Spray. HEX triplet: 7E, D2 and D7. RGB value is (126,210,215). Sum of RGB (Red+Green+Blue) = 126+210+215=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #7ED2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2D7 is #812D28. Grayscale: #B9B9B9. Windows color (decimal): -8465705 or 14144126. OLE color: 14144126.
HSL color Cylindrical-coordinate representation of color #7ED2D7: hue angle of 183.37º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED2D7 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 210 | 215 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.16 |
| HSL | 183.37º | 0.53% | 0.67% | - |
| HSV(B) | 183.37º | 0.41% | 0.84% | - |
| XYZ | 43.92 | 55.44 | 72.68 | - |
| YUV | 185.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 215 | 0.41 | 0.02 | 0 | 0.16 | 183.37 | 0.53 | 0.67 |
| Hex | 7E | D2 | D7 | 29 | 2 | 0 | 10 | B7 | 35 | 43 |
| Octal | 176 | 322 | 327 | 51 | 2 | 0 | 20 | 267 | 65 | 103 |
| Binary | 1111110 | 11010010 | 11010111 | 101001 | 10 | 0 | 10000 | 10110111 | 110101 | 1000011 |
Color Harmonies of #7ED2D7
Complementary color
Monochromatic Colors of #7ED2D7
Black with #7ED2D7
Text Example
Text Example
White with #7ED2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2D7; }
p { color: rgb(126,210,215); }
H1.HeaderClassName
{
color: #7ED2D7;
}
.AnyTagClassName
{
color: #7ED2D7;
}
</style>
background-color css
<style>
a { background-color: #7ED2D7; }
a { background-color: rgb(126,210,215); }
div.DivClassName
{
background-color: #7ED2D7;
}
.BgClassName
{
background-color: #7ED2D7;
}
</style>
border-color css
<style>
span { border-color: #7ED2D7; }
span { border-color: rgb(126,210,215); }
td.TdClassName
{
border-color: #7ED2D7;
}
.TagClassName
{
border-color: #7ED2D7;
}
</style>