Shades of Spray #7ECADD
Tints of Spray #7ECADD
RGB
CMYK
RGB Variations
Color information
#7ECADD (or 0x7ECADD) is known color: Spray. HEX triplet: 7E, CA and DD. RGB value is (126,202,221). Sum of RGB (Red+Green+Blue) = 126+202+221=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECADD is #813522. Grayscale: #B5B5B5. Windows color (decimal): -8467747 or 14535294. OLE color: 14535294.
HSL color Cylindrical-coordinate representation of color #7ECADD: hue angle of 192º 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 #7ECADD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 202 | 221 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.13 |
| HSL | 192º | 0.58% | 0.68% | - |
| HSV(B) | 192º | 0.43% | 0.87% | - |
| XYZ | 42.78 | 51.9 | 76.17 | - |
| YUV | 181.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 221 | 0.43 | 0.09 | 0 | 0.13 | 192 | 0.58 | 0.68 |
| Hex | 7E | CA | DD | 2B | 9 | 0 | D | C0 | 3A | 44 |
| Octal | 176 | 312 | 335 | 53 | 11 | 0 | 15 | 300 | 72 | 104 |
| Binary | 1111110 | 11001010 | 11011101 | 101011 | 1001 | 0 | 1101 | 11000000 | 111010 | 1000100 |
Color Harmonies of #7ECADD
Complementary color
Monochromatic Colors of #7ECADD
Black with #7ECADD
Text Example
Text Example
White with #7ECADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECADD; }
p { color: rgb(126,202,221); }
H1.HeaderClassName
{
color: #7ECADD;
}
.AnyTagClassName
{
color: #7ECADD;
}
</style>
background-color css
<style>
a { background-color: #7ECADD; }
a { background-color: rgb(126,202,221); }
div.DivClassName
{
background-color: #7ECADD;
}
.BgClassName
{
background-color: #7ECADD;
}
</style>
border-color css
<style>
span { border-color: #7ECADD; }
span { border-color: rgb(126,202,221); }
td.TdClassName
{
border-color: #7ECADD;
}
.TagClassName
{
border-color: #7ECADD;
}
</style>