#7ECADB

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

Shades of Spray #7ECADB

Tints of Spray #7ECADB

Color information

#7ECADB (or 0x7ECADB) is unknown color: approx Spray. HEX triplet: 7E, CA and DB. RGB value is (126,202,219). Sum of RGB (Red+Green+Blue) = 126+202+219=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ECADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECADB is #813524. Grayscale: #B5B5B5. Windows color (decimal): -8467749 or 14404222. OLE color: 14404222.

HSL color Cylindrical-coordinate representation of color #7ECADB: hue angle of 190.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ECADB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126202219-
CMYK0.420.0800.14
HSL190.97º56.36%67.65%-
HSV(B)190.97º42.47%85.88%-
XYZ42.5151.7974.77-
YUV181.21149.3288.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.03%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=23.03%
G=36.93%
B=40.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262022190.420.0800.14190.9756.3667.65
Hex7ECADB2A80Ebf3844
Octal176312333521001627770104
Binary11111101100101011011011101010100001110101111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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