Shades of Spray #7EDFDB
Tints of Spray #7EDFDB
RGB
CMYK
RGB Variations
Color information
#7EDFDB (or 0x7EDFDB) is known color: Spray. HEX triplet: 7E, DF and DB. RGB value is (126,223,219). Sum of RGB (Red+Green+Blue) = 126+223+219=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFDB is #812024. Grayscale: #C1C1C1. Windows color (decimal): -8462373 or 14409598. OLE color: 14409598.
HSL color Cylindrical-coordinate representation of color #7EDFDB: hue angle of 177.53º degrees, saturation: 0.6, 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 #7EDFDB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 219 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.13 |
| HSL | 177.53º | 0.6% | 0.68% | - |
| HSV(B) | 177.53º | 0.43% | 0.87% | - |
| XYZ | 47.78 | 62.33 | 76.53 | - |
| YUV | 193.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 219 | 0.43 | 0 | 0.02 | 0.13 | 177.53 | 0.6 | 0.68 |
| Hex | 7E | DF | DB | 2B | 0 | 2 | D | B2 | 3C | 44 |
| Octal | 176 | 337 | 333 | 53 | 0 | 2 | 15 | 262 | 74 | 104 |
| Binary | 1111110 | 11011111 | 11011011 | 101011 | 0 | 10 | 1101 | 10110010 | 111100 | 1000100 |
Color Harmonies of #7EDFDB
Complementary color
Monochromatic Colors of #7EDFDB
Black with #7EDFDB
Text Example
Text Example
White with #7EDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFDB; }
p { color: rgb(126,223,219); }
H1.HeaderClassName
{
color: #7EDFDB;
}
.AnyTagClassName
{
color: #7EDFDB;
}
</style>
background-color css
<style>
a { background-color: #7EDFDB; }
a { background-color: rgb(126,223,219); }
div.DivClassName
{
background-color: #7EDFDB;
}
.BgClassName
{
background-color: #7EDFDB;
}
</style>
border-color css
<style>
span { border-color: #7EDFDB; }
span { border-color: rgb(126,223,219); }
td.TdClassName
{
border-color: #7EDFDB;
}
.TagClassName
{
border-color: #7EDFDB;
}
</style>