#64ECCD

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

Shades of Downy #64ECCD

Tints of Downy #64ECCD

Color information

#64ECCD (or 0x64ECCD) is unknown color: approx Downy. HEX triplet: 64, EC and CD. RGB value is (100,236,205). Sum of RGB (Red+Green+Blue) = 100+236+205=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECCD is #9B1332. Grayscale: #BFBFBF. Windows color (decimal): -10162995 or 13495396. OLE color: 13495396.

HSL color Cylindrical-coordinate representation of color #64ECCD: hue angle of 166.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECCD is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB100236205-
CMYK0.5800.130.07
HSL166.32º78.16%65.88%-
HSV(B)166.32º57.63%92.55%-
XYZ46.2767.1168.27-
YUV191.8135.4462.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.48%
GREEN value IS 236 (92.58% from 255) = 43.62%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=18.48%
G=43.62%
B=37.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002362050.5800.130.07166.3278.1665.88
Hex64ECCD3A0D7a64e42
Octal144354315720157246116102
Binary11001001110110011001101111010011011111010011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ECCD; }

 p { color: rgb(100,236,205); }

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

<style>
 a { background-color: #64ECCD; }

 a { background-color: rgb(100,236,205); }

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

<style>
 span { border-color: #64ECCD; }

 span { border-color: rgb(100,236,205); }

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