Shades of Spray #7EC6CA
Tints of Spray #7EC6CA
RGB
CMYK
RGB Variations
Color information
#7EC6CA (or 0x7EC6CA) is known color: Spray. HEX triplet: 7E, C6 and CA. RGB value is (126,198,202). Sum of RGB (Red+Green+Blue) = 126+198+202=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EC6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC6CA is #813935. Grayscale: #B0B0B0. Windows color (decimal): -8468790 or 13289086. OLE color: 13289086.
HSL color Cylindrical-coordinate representation of color #7EC6CA: hue angle of 183.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC6CA is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 198 | 202 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.21 |
| HSL | 183.16º | 0.42% | 0.64% | - |
| HSV(B) | 183.16º | 0.38% | 0.79% | - |
| XYZ | 39.46 | 49.09 | 63.27 | - |
| YUV | 176.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 202 | 0.38 | 0.02 | 0 | 0.21 | 183.16 | 0.42 | 0.64 |
| Hex | 7E | C6 | CA | 26 | 2 | 0 | 15 | B7 | 2A | 40 |
| Octal | 176 | 306 | 312 | 46 | 2 | 0 | 25 | 267 | 52 | 100 |
| Binary | 1111110 | 11000110 | 11001010 | 100110 | 10 | 0 | 10101 | 10110111 | 101010 | 1000000 |
Color Harmonies of #7EC6CA
Complementary color
Monochromatic Colors of #7EC6CA
Black with #7EC6CA
Text Example
Text Example
White with #7EC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC6CA; }
p { color: rgb(126,198,202); }
H1.HeaderClassName
{
color: #7EC6CA;
}
.AnyTagClassName
{
color: #7EC6CA;
}
</style>
background-color css
<style>
a { background-color: #7EC6CA; }
a { background-color: rgb(126,198,202); }
div.DivClassName
{
background-color: #7EC6CA;
}
.BgClassName
{
background-color: #7EC6CA;
}
</style>
border-color css
<style>
span { border-color: #7EC6CA; }
span { border-color: rgb(126,198,202); }
td.TdClassName
{
border-color: #7EC6CA;
}
.TagClassName
{
border-color: #7EC6CA;
}
</style>