#7ECED4

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

Shades of Spray #7ECED4

Tints of Spray #7ECED4

Color information

#7ECED4 (or 0x7ECED4) is unknown color: approx Spray. HEX triplet: 7E, CE and D4. RGB value is (126,206,212). Sum of RGB (Red+Green+Blue) = 126+206+212=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #7ECED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECED4 is #81312B. Grayscale: #B6B6B6. Windows color (decimal): -8466732 or 13946494. OLE color: 13946494.

HSL color Cylindrical-coordinate representation of color #7ECED4: hue angle of 184.19º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ECED4 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB126206212-
CMYK0.410.0300.17
HSL184.19º50%66.27%-
HSV(B)184.19º40.57%83.14%-
XYZ42.5653.3370.34-
YUV182.76144.587.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=23.16%
G=37.87%
B=38.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262062120.410.0300.17184.195066.27
Hex7ECED4293011b83242
Octal17631632451302127062102
Binary1111110110011101101010010100111010001101110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,206,212); }

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

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

 a { background-color: rgb(126,206,212); }

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

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

 span { border-color: rgb(126,206,212); }

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