#64E6D0

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

Shades of Downy #64E6D0

Tints of Downy #64E6D0

Color information

#64E6D0 (or 0x64E6D0) is unknown color: approx Downy. HEX triplet: 64, E6 and D0. RGB value is (100,230,208). Sum of RGB (Red+Green+Blue) = 100+230+208=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #64E6D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E6D0 is #9B192F. Grayscale: #BCBCBC. Windows color (decimal): -10164528 or 13690468. OLE color: 13690468.

HSL color Cylindrical-coordinate representation of color #64E6D0: hue angle of 169.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E6D0 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB100230208-
CMYK0.5700.100.10
HSL169.85º72.22%64.71%-
HSV(B)169.85º56.52%90.2%-
XYZ44.9463.8669.63-
YUV188.62138.9364.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.59%
GREEN value IS 230 (90.23% from 255) = 42.75%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=18.59%
G=42.75%
B=38.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1002302080.5700.100.10169.8572.2264.71
Hex64E6D0390AAaa4841
Octal1443463207101212252110101
Binary110010011100110110100001110010101010101010101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,230,208); }

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

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

 a { background-color: rgb(100,230,208); }

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

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

 span { border-color: rgb(100,230,208); }

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