Shades of Spray #7EC5CC
Tints of Spray #7EC5CC
RGB
CMYK
RGB Variations
Color information
#7EC5CC (or 0x7EC5CC) is known color: Spray. HEX triplet: 7E, C5 and CC. RGB value is (126,197,204). Sum of RGB (Red+Green+Blue) = 126+197+204=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5CC is #813A33. Grayscale: #B0B0B0. Windows color (decimal): -8469044 or 13419902. OLE color: 13419902.
HSL color Cylindrical-coordinate representation of color #7EC5CC: hue angle of 185.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC5CC is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 197 | 204 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.2 |
| HSL | 185.38º | 0.43% | 0.65% | - |
| HSV(B) | 185.38º | 0.38% | 0.8% | - |
| XYZ | 39.47 | 48.73 | 64.45 | - |
| YUV | 176.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 204 | 0.38 | 0.03 | 0 | 0.2 | 185.38 | 0.43 | 0.65 |
| Hex | 7E | C5 | CC | 26 | 3 | 0 | 14 | B9 | 2B | 41 |
| Octal | 176 | 305 | 314 | 46 | 3 | 0 | 24 | 271 | 53 | 101 |
| Binary | 1111110 | 11000101 | 11001100 | 100110 | 11 | 0 | 10100 | 10111001 | 101011 | 1000001 |
Color Harmonies of #7EC5CC
Complementary color
Monochromatic Colors of #7EC5CC
Black with #7EC5CC
Text Example
Text Example
White with #7EC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5CC; }
p { color: rgb(126,197,204); }
H1.HeaderClassName
{
color: #7EC5CC;
}
.AnyTagClassName
{
color: #7EC5CC;
}
</style>
background-color css
<style>
a { background-color: #7EC5CC; }
a { background-color: rgb(126,197,204); }
div.DivClassName
{
background-color: #7EC5CC;
}
.BgClassName
{
background-color: #7EC5CC;
}
</style>
border-color css
<style>
span { border-color: #7EC5CC; }
span { border-color: rgb(126,197,204); }
td.TdClassName
{
border-color: #7EC5CC;
}
.TagClassName
{
border-color: #7EC5CC;
}
</style>