Shades of Spray #7EC7CF
Tints of Spray #7EC7CF
RGB
CMYK
RGB Variations
Color information
#7EC7CF (or 0x7EC7CF) is known color: Spray. HEX triplet: 7E, C7 and CF. RGB value is (126,199,207). Sum of RGB (Red+Green+Blue) = 126+199+207=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7CF is #813830. Grayscale: #B1B1B1. Windows color (decimal): -8468529 or 13617022. OLE color: 13617022.
HSL color Cylindrical-coordinate representation of color #7EC7CF: hue angle of 185.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EC7CF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 199 | 207 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.19 |
| HSL | 185.93º | 0.46% | 0.65% | - |
| HSV(B) | 185.93º | 0.39% | 0.81% | - |
| XYZ | 40.29 | 49.79 | 66.52 | - |
| YUV | 178.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 207 | 0.39 | 0.04 | 0 | 0.19 | 185.93 | 0.46 | 0.65 |
| Hex | 7E | C7 | CF | 27 | 4 | 0 | 13 | BA | 2E | 41 |
| Octal | 176 | 307 | 317 | 47 | 4 | 0 | 23 | 272 | 56 | 101 |
| Binary | 1111110 | 11000111 | 11001111 | 100111 | 100 | 0 | 10011 | 10111010 | 101110 | 1000001 |
Color Harmonies of #7EC7CF
Complementary color
Monochromatic Colors of #7EC7CF
Black with #7EC7CF
Text Example
Text Example
White with #7EC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC7CF; }
p { color: rgb(126,199,207); }
H1.HeaderClassName
{
color: #7EC7CF;
}
.AnyTagClassName
{
color: #7EC7CF;
}
</style>
background-color css
<style>
a { background-color: #7EC7CF; }
a { background-color: rgb(126,199,207); }
div.DivClassName
{
background-color: #7EC7CF;
}
.BgClassName
{
background-color: #7EC7CF;
}
</style>
border-color css
<style>
span { border-color: #7EC7CF; }
span { border-color: rgb(126,199,207); }
td.TdClassName
{
border-color: #7EC7CF;
}
.TagClassName
{
border-color: #7EC7CF;
}
</style>