#64ECB7

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

Shades of Downy #64ECB7

Tints of Downy #64ECB7

Color information

#64ECB7 (or 0x64ECB7) is unknown color: approx Downy. HEX triplet: 64, EC and B7. RGB value is (100,236,183). Sum of RGB (Red+Green+Blue) = 100+236+183=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECB7 is #9B1348. Grayscale: #BDBDBD. Windows color (decimal): -10163017 or 12053604. OLE color: 12053604.

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

Color convert

RGB100236183-
CMYK0.5800.220.07
HSL156.62º78.16%65.88%-
HSV(B)156.62º57.63%92.55%-
XYZ43.866.1255.25-
YUV189.29124.4464.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.27%
GREEN value IS 236 (92.58% from 255) = 45.47%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=19.27%
G=45.47%
B=35.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002361830.5800.220.07156.6278.1665.88
Hex64ECB73A01679d4e42
Octal144354267720267235116102
Binary110010011101100101101111110100101101111001110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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