#64f1c2

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

Shades of Downy #64F1C2

Tints of Downy #64F1C2

Color information

#64F1C2 (or 0x64F1C2) is unknown color: approx Downy. HEX triplet: 64, F1 and C2. RGB value is (100,241,194). Sum of RGB (Red+Green+Blue) = 100+241+194=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F1C2 is #9B0E3D. Grayscale: #C1C1C1. Windows color (decimal): -10161726 or 12775780. OLE color: 12775780.

HSL color Cylindrical-coordinate representation of color #64F1C2: hue angle of 160º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1C2 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB100241194-
CMYK0.5900.200.05
HSL160º83.43%66.86%-
HSV(B)160º58.51%94.51%-
XYZ46.4569.5162.01-
YUV193.48128.2961.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.69%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 194 (76.17% from 255) = 36.26%
R=18.69%
G=45.05%
B=36.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002411940.5900.200.0516083.4366.86
Hex64F1C23B0145a05343
Octal144361302730245240123103
Binary110010011110001110000101110110101001011010000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64f1c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,241,194); }

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

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

 a { background-color: rgb(100,241,194); }

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

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

 span { border-color: rgb(100,241,194); }

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