#7EC2DC

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

Shades of Spray #7EC2DC

Tints of Spray #7EC2DC

Color information

#7EC2DC (or 0x7EC2DC) is unknown color: approx Spray. HEX triplet: 7E, C2 and DC. RGB value is (126,194,220). Sum of RGB (Red+Green+Blue) = 126+194+220=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EC2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC2DC is #813D23. Grayscale: #B0B0B0. Windows color (decimal): -8469796 or 14467710. OLE color: 14467710.

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

Color convert

RGB126194220-
CMYK0.430.1200.14
HSL196.6º57.32%67.84%-
HSV(B)196.6º42.73%86.27%-
XYZ40.8148.1974.86-
YUV176.63152.4791.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.33%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=23.33%
G=35.93%
B=40.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261942200.430.1200.14196.657.3267.84
Hex7EC2DC2BC0Ec53944
Octal176302334531401630571104
Binary11111101100001011011100101011110001110110001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,194,220); }

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

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

 a { background-color: rgb(126,194,220); }

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

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

 span { border-color: rgb(126,194,220); }

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