Shades of Spray #7ED6DC
Tints of Spray #7ED6DC
RGB
CMYK
RGB Variations
Color information
#7ED6DC (or 0x7ED6DC) is known color: Spray. HEX triplet: 7E, D6 and DC. RGB value is (126,214,220). Sum of RGB (Red+Green+Blue) = 126+214+220=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ED6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6DC is #812923. Grayscale: #BCBCBC. Windows color (decimal): -8464676 or 14472830. OLE color: 14472830.
HSL color Cylindrical-coordinate representation of color #7ED6DC: hue angle of 183.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ED6DC is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 214 | 220 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.14 |
| HSL | 183.83º | 0.57% | 0.68% | - |
| HSV(B) | 183.83º | 0.43% | 0.86% | - |
| XYZ | 45.57 | 57.7 | 76.44 | - |
| YUV | 188.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 220 | 0.43 | 0.03 | 0 | 0.14 | 183.83 | 0.57 | 0.68 |
| Hex | 7E | D6 | DC | 2B | 3 | 0 | E | B8 | 39 | 44 |
| Octal | 176 | 326 | 334 | 53 | 3 | 0 | 16 | 270 | 71 | 104 |
| Binary | 1111110 | 11010110 | 11011100 | 101011 | 11 | 0 | 1110 | 10111000 | 111001 | 1000100 |
Color Harmonies of #7ED6DC
Complementary color
Monochromatic Colors of #7ED6DC
Black with #7ED6DC
Text Example
Text Example
White with #7ED6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED6DC; }
p { color: rgb(126,214,220); }
H1.HeaderClassName
{
color: #7ED6DC;
}
.AnyTagClassName
{
color: #7ED6DC;
}
</style>
background-color css
<style>
a { background-color: #7ED6DC; }
a { background-color: rgb(126,214,220); }
div.DivClassName
{
background-color: #7ED6DC;
}
.BgClassName
{
background-color: #7ED6DC;
}
</style>
border-color css
<style>
span { border-color: #7ED6DC; }
span { border-color: rgb(126,214,220); }
td.TdClassName
{
border-color: #7ED6DC;
}
.TagClassName
{
border-color: #7ED6DC;
}
</style>