#64EBC6

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

Shades of Downy #64EBC6

Tints of Downy #64EBC6

Color information

#64EBC6 (or 0x64EBC6) is unknown color: approx Downy. HEX triplet: 64, EB and C6. RGB value is (100,235,198). Sum of RGB (Red+Green+Blue) = 100+235+198=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBC6 is #9B1439. Grayscale: #BEBEBE. Windows color (decimal): -10163258 or 13036388. OLE color: 13036388.

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

Color convert

RGB100235198-
CMYK0.5700.160.08
HSL163.56º77.14%65.69%-
HSV(B)163.56º57.45%92.16%-
XYZ45.1666.263.82-
YUV190.42132.2763.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.76%
GREEN value IS 235 (92.19% from 255) = 44.09%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=18.76%
G=44.09%
B=37.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002351980.5700.160.08163.5677.1465.69
Hex64EBC6390108a44d42
Octal1443533067102010244115102
Binary1100100111010111100011011100101000010001010010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,235,198); }

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

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

 a { background-color: rgb(100,235,198); }

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

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

 span { border-color: rgb(100,235,198); }

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