Shades of Spray #7ED2DD
Tints of Spray #7ED2DD
RGB
CMYK
RGB Variations
Color information
#7ED2DD (or 0x7ED2DD) is known color: Spray. HEX triplet: 7E, D2 and DD. RGB value is (126,210,221). Sum of RGB (Red+Green+Blue) = 126+210+221=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ED2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2DD is #812D22. Grayscale: #BABABA. Windows color (decimal): -8465699 or 14537342. OLE color: 14537342.
HSL color Cylindrical-coordinate representation of color #7ED2DD: hue angle of 186.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ED2DD is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 210 | 221 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.13 |
| HSL | 186.95º | 0.58% | 0.68% | - |
| HSV(B) | 186.95º | 0.43% | 0.87% | - |
| XYZ | 44.7 | 55.75 | 76.81 | - |
| YUV | 186.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 221 | 0.43 | 0.05 | 0 | 0.13 | 186.95 | 0.58 | 0.68 |
| Hex | 7E | D2 | DD | 2B | 5 | 0 | D | BB | 3A | 44 |
| Octal | 176 | 322 | 335 | 53 | 5 | 0 | 15 | 273 | 72 | 104 |
| Binary | 1111110 | 11010010 | 11011101 | 101011 | 101 | 0 | 1101 | 10111011 | 111010 | 1000100 |
Color Harmonies of #7ED2DD
Complementary color
Monochromatic Colors of #7ED2DD
Black with #7ED2DD
Text Example
Text Example
White with #7ED2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2DD; }
p { color: rgb(126,210,221); }
H1.HeaderClassName
{
color: #7ED2DD;
}
.AnyTagClassName
{
color: #7ED2DD;
}
</style>
background-color css
<style>
a { background-color: #7ED2DD; }
a { background-color: rgb(126,210,221); }
div.DivClassName
{
background-color: #7ED2DD;
}
.BgClassName
{
background-color: #7ED2DD;
}
</style>
border-color css
<style>
span { border-color: #7ED2DD; }
span { border-color: rgb(126,210,221); }
td.TdClassName
{
border-color: #7ED2DD;
}
.TagClassName
{
border-color: #7ED2DD;
}
</style>