#64E0CD

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

Shades of Downy #64E0CD

Tints of Downy #64E0CD

Color information

#64E0CD (or 0x64E0CD) is unknown color: approx Downy. HEX triplet: 64, E0 and CD. RGB value is (100,224,205). Sum of RGB (Red+Green+Blue) = 100+224+205=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0CD is #9B1F32. Grayscale: #B8B8B8. Windows color (decimal): -10166067 or 13492324. OLE color: 13492324.

HSL color Cylindrical-coordinate representation of color #64E0CD: hue angle of 170.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0CD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB100224205-
CMYK0.5500.080.12
HSL170.81º66.67%63.53%-
HSV(B)170.81º55.36%87.84%-
XYZ42.9360.4367.16-
YUV184.76139.4267.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.90%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=18.90%
G=42.34%
B=38.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002242050.5500.080.12170.8166.6763.53
Hex64E0CD3708Cab4340
Octal1443403156701014253103100
Binary110010011100000110011011101110100011001010101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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