#64EAC2

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

Shades of Downy #64EAC2

Tints of Downy #64EAC2

Color information

#64EAC2 (or 0x64EAC2) is unknown color: approx Downy. HEX triplet: 64, EA and C2. RGB value is (100,234,194). Sum of RGB (Red+Green+Blue) = 100+234+194=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAC2 is #9B153D. Grayscale: #BDBDBD. Windows color (decimal): -10163518 or 12773988. OLE color: 12773988.

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

Color convert

RGB100234194-
CMYK0.5700.170.08
HSL162.09º76.14%65.49%-
HSV(B)162.09º57.26%91.76%-
XYZ44.4265.4561.33-
YUV189.37130.6164.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.94%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=18.94%
G=44.32%
B=36.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341940.5700.170.08162.0976.1465.49
Hex64EAC2390118a24c41
Octal1443523027102110242114101
Binary1100100111010101100001011100101000110001010001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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