Shades of Spray #7EC5CA
Tints of Spray #7EC5CA
RGB
CMYK
RGB Variations
Color information
#7EC5CA (or 0x7EC5CA) is known color: Spray. HEX triplet: 7E, C5 and CA. RGB value is (126,197,202). Sum of RGB (Red+Green+Blue) = 126+197+202=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EC5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5CA is #813A35. Grayscale: #B0B0B0. Windows color (decimal): -8469046 or 13288830. OLE color: 13288830.
HSL color Cylindrical-coordinate representation of color #7EC5CA: hue angle of 183.95º 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 #7EC5CA is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 197 | 202 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.21 |
| HSL | 183.95º | 0.42% | 0.64% | - |
| HSV(B) | 183.95º | 0.38% | 0.79% | - |
| XYZ | 39.23 | 48.63 | 63.2 | - |
| YUV | 176.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 202 | 0.38 | 0.02 | 0 | 0.21 | 183.95 | 0.42 | 0.64 |
| Hex | 7E | C5 | CA | 26 | 2 | 0 | 15 | B8 | 2A | 40 |
| Octal | 176 | 305 | 312 | 46 | 2 | 0 | 25 | 270 | 52 | 100 |
| Binary | 1111110 | 11000101 | 11001010 | 100110 | 10 | 0 | 10101 | 10111000 | 101010 | 1000000 |
Color Harmonies of #7EC5CA
Complementary color
Monochromatic Colors of #7EC5CA
Black with #7EC5CA
Text Example
Text Example
White with #7EC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5CA; }
p { color: rgb(126,197,202); }
H1.HeaderClassName
{
color: #7EC5CA;
}
.AnyTagClassName
{
color: #7EC5CA;
}
</style>
background-color css
<style>
a { background-color: #7EC5CA; }
a { background-color: rgb(126,197,202); }
div.DivClassName
{
background-color: #7EC5CA;
}
.BgClassName
{
background-color: #7EC5CA;
}
</style>
border-color css
<style>
span { border-color: #7EC5CA; }
span { border-color: rgb(126,197,202); }
td.TdClassName
{
border-color: #7EC5CA;
}
.TagClassName
{
border-color: #7EC5CA;
}
</style>