#64EBCC

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

Shades of Downy #64EBCC

Tints of Downy #64EBCC

Color information

#64EBCC (or 0x64EBCC) is unknown color: approx Downy. HEX triplet: 64, EB and CC. RGB value is (100,235,204). Sum of RGB (Red+Green+Blue) = 100+235+204=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBCC is #9B1433. Grayscale: #BFBFBF. Windows color (decimal): -10163252 or 13429604. OLE color: 13429604.

HSL color Cylindrical-coordinate representation of color #64EBCC: hue angle of 166.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBCC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB100235204-
CMYK0.5700.130.08
HSL166.22º77.14%65.69%-
HSV(B)166.22º57.45%92.16%-
XYZ45.8666.4967.54-
YUV191.1135.2763.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=18.55%
G=43.60%
B=37.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002352040.5700.130.08166.2277.1465.69
Hex64EBCC390D8a64d42
Octal1443533147101510246115102
Binary110010011101011110011001110010110110001010011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,235,204); }

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

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

 a { background-color: rgb(100,235,204); }

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

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

 span { border-color: rgb(100,235,204); }

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