#7ECDCC

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

Shades of Spray #7ECDCC

Tints of Spray #7ECDCC

Color information

#7ECDCC (or 0x7ECDCC) is unknown color: approx Spray. HEX triplet: 7E, CD and CC. RGB value is (126,205,204). Sum of RGB (Red+Green+Blue) = 126+205+204=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDCC is #813233. Grayscale: #B5B5B5. Windows color (decimal): -8466996 or 13421950. OLE color: 13421950.

HSL color Cylindrical-coordinate representation of color #7ECDCC: hue angle of 179.24º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDCC is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB126205204-
CMYK0.3900.000.20
HSL179.24º44.13%64.9%-
HSV(B)179.24º38.54%80.39%-
XYZ41.3352.4665.07-
YUV181.26140.8388.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.55%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=23.55%
G=38.32%
B=38.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262052040.3900.000.20179.2444.1364.9
Hex7ECDCC270014b32c41
Octal17631531447002426354101
Binary111111011001101110011001001110010100101100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,205,204); }

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

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

 a { background-color: rgb(126,205,204); }

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

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

 span { border-color: rgb(126,205,204); }

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