#7ECADE

Color #7ECADE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7ECADE

Tints of Spray #7ECADE

Color information

#7ECADE (or 0x7ECADE) is unknown color: approx Spray. HEX triplet: 7E, CA and DE. RGB value is (126,202,222). Sum of RGB (Red+Green+Blue) = 126+202+222=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ECADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECADE is #813521. Grayscale: #B5B5B5. Windows color (decimal): -8467746 or 14600830. OLE color: 14600830.

HSL color Cylindrical-coordinate representation of color #7ECADE: hue angle of 192.5º degrees, saturation: 0.59, 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 #7ECADE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126202222-
CMYK0.430.0900.13
HSL192.5º59.26%68.24%-
HSV(B)192.5º43.24%87.06%-
XYZ42.9151.9576.87-
YUV181.56150.8288.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 22.91%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=22.91%
G=36.73%
B=40.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262022220.430.0900.13192.559.2668.24
Hex7ECADE2B90Dc03b44
Octal176312336531101530073104
Binary11111101100101011011110101011100101101110000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ECADE; }

 p { color: rgb(126,202,222); }

 H1.HeaderClassName
 {
   color: #7ECADE;
 }
 .AnyTagClassName
 {
   color: #7ECADE;
 }
</style>
background-color css

<style>
 a { background-color: #7ECADE; }

 a { background-color: rgb(126,202,222); }

 div.DivClassName
 {
   background-color: #7ECADE;
 }
 .BgClassName
 {
   background-color: #7ECADE;
 }
</style>
border-color css

<style>
 span { border-color: #7ECADE; }

 span { border-color: rgb(126,202,222); }

 td.TdClassName
 {
   border-color: #7ECADE;
 }
 .TagClassName
 {
   border-color: #7ECADE;
 }
</style>