#64ECBF

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

Shades of Downy #64ECBF

Tints of Downy #64ECBF

Color information

#64ECBF (or 0x64ECBF) is unknown color: approx Downy. HEX triplet: 64, EC and BF. RGB value is (100,236,191). Sum of RGB (Red+Green+Blue) = 100+236+191=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECBF is #9B1340. Grayscale: #BEBEBE. Windows color (decimal): -10163009 or 12577892. OLE color: 12577892.

HSL color Cylindrical-coordinate representation of color #64ECBF: hue angle of 160.15º degrees, saturation: 0.78, 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 #64ECBF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB100236191-
CMYK0.5800.190.07
HSL160.15º78.16%65.88%-
HSV(B)160.15º57.63%92.55%-
XYZ44.6566.4659.77-
YUV190.21128.4463.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 236 (92.58% from 255) = 44.78%
BLUE value IS 191 (75% from 255) = 36.24%
R=18.98%
G=44.78%
B=36.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002361910.5800.190.07160.1578.1665.88
Hex64ECBF3A0137a04e42
Octal144354277720237240116102
Binary110010011101100101111111110100100111111010000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,236,191); }

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

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

 a { background-color: rgb(100,236,191); }

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

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

 span { border-color: rgb(100,236,191); }

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