#64EDBC

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

Shades of Downy #64EDBC

Tints of Downy #64EDBC

Color information

#64EDBC (or 0x64EDBC) is unknown color: approx Downy. HEX triplet: 64, ED and BC. RGB value is (100,237,188). Sum of RGB (Red+Green+Blue) = 100+237+188=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDBC is #9B1243. Grayscale: #BEBEBE. Windows color (decimal): -10162756 or 12381540. OLE color: 12381540.

HSL color Cylindrical-coordinate representation of color #64EDBC: hue angle of 158.54º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EDBC is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB100237188-
CMYK0.5800.210.07
HSL158.54º79.19%66.08%-
HSV(B)158.54º57.81%92.94%-
XYZ44.6266.9158.14-
YUV190.45126.6163.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.05%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=19.05%
G=45.14%
B=35.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371880.5800.210.07158.5479.1966.08
Hex64EDBC3A01579f4f42
Octal144355274720257237117102
Binary110010011101101101111001110100101011111001111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,237,188); }

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

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

 a { background-color: rgb(100,237,188); }

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

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

 span { border-color: rgb(100,237,188); }

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