#64E7C1

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

Shades of Downy #64E7C1

Tints of Downy #64E7C1

Color information

#64E7C1 (or 0x64E7C1) is unknown color: approx Downy. HEX triplet: 64, E7 and C1. RGB value is (100,231,193). Sum of RGB (Red+Green+Blue) = 100+231+193=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #64E7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E7C1 is #9B183E. Grayscale: #BBBBBB. Windows color (decimal): -10164287 or 12707684. OLE color: 12707684.

HSL color Cylindrical-coordinate representation of color #64E7C1: hue angle of 162.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E7C1 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB100231193-
CMYK0.5700.160.09
HSL162.6º73.18%64.9%-
HSV(B)162.6º56.71%90.59%-
XYZ43.4663.7160.46-
YUV187.5131.165.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.08%
GREEN value IS 231 (90.62% from 255) = 44.08%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=19.08%
G=44.08%
B=36.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002311930.5700.160.09162.673.1864.9
Hex64E7C1390109a34941
Octal1443473017102011243111101
Binary1100100111001111100000111100101000010011010001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,231,193); }

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

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

 a { background-color: rgb(100,231,193); }

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

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

 span { border-color: rgb(100,231,193); }

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