Shades of Spray #7EDDD9
Tints of Spray #7EDDD9
RGB
CMYK
RGB Variations
Color information
#7EDDD9 (or 0x7EDDD9) is known color: Spray. HEX triplet: 7E, DD and D9. RGB value is (126,221,217). Sum of RGB (Red+Green+Blue) = 126+221+217=564 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.34% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDD9 is #812226. Grayscale: #C0C0C0. Windows color (decimal): -8462887 or 14278014. OLE color: 14278014.
HSL color Cylindrical-coordinate representation of color #7EDDD9: hue angle of 177.47º 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 #7EDDD9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 217 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.13 |
| HSL | 177.47º | 0.58% | 0.68% | - |
| HSV(B) | 177.47º | 0.43% | 0.87% | - |
| XYZ | 46.99 | 61.16 | 74.97 | - |
| YUV | 192.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 217 | 0.43 | 0 | 0.02 | 0.13 | 177.47 | 0.58 | 0.68 |
| Hex | 7E | DD | D9 | 2B | 0 | 2 | D | B1 | 3A | 44 |
| Octal | 176 | 335 | 331 | 53 | 0 | 2 | 15 | 261 | 72 | 104 |
| Binary | 1111110 | 11011101 | 11011001 | 101011 | 0 | 10 | 1101 | 10110001 | 111010 | 1000100 |
Color Harmonies of #7EDDD9
Complementary color
Monochromatic Colors of #7EDDD9
Black with #7EDDD9
Text Example
Text Example
White with #7EDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDD9; }
p { color: rgb(126,221,217); }
H1.HeaderClassName
{
color: #7EDDD9;
}
.AnyTagClassName
{
color: #7EDDD9;
}
</style>
background-color css
<style>
a { background-color: #7EDDD9; }
a { background-color: rgb(126,221,217); }
div.DivClassName
{
background-color: #7EDDD9;
}
.BgClassName
{
background-color: #7EDDD9;
}
</style>
border-color css
<style>
span { border-color: #7EDDD9; }
span { border-color: rgb(126,221,217); }
td.TdClassName
{
border-color: #7EDDD9;
}
.TagClassName
{
border-color: #7EDDD9;
}
</style>