Html Css Color HEX #64E5C0 Downy

📋 copy color: '#64E5C0'

red 100 ◦ green 229 ◦ blue 192

#64E5C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #64E5C0

Tints of Downy #64E5C0

RGB

 RED value IS 100 (39.45% from 255) = 19.19%

 GREEN value IS 229 (89.84% from 255) = 43.95%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 19.19%
G = 43.95%
B = 36.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#64E5C0 (or 0x64E5C0) is known color: Downy. HEX triplet: 64, E5 and C0. RGB value is (100,229,192). Sum of RGB (Red+Green+Blue) = 100+229+192=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5C0 is #9B1A3F. Grayscale: #BABABA. Windows color (decimal): -10164800 or 12641636. OLE color: 12641636.

HSL color Cylindrical-coordinate representation of color #64E5C0: hue angle of 162.79º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5C0 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 229 192 -
CMYK 0.56 0 0.16 0.10
HSL 162.79º 0.71% 0.65% -
HSV(B) 162.79º 0.56% 0.9% -
XYZ 42.79 62.55 59.69 -
YUV 186.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 100 229 192 0.56 0 0.16 0.10 162.79 0.71 0.65
Hex 64 E5 C0 38 0 10 A A3 47 41
Octal 144 345 300 70 0 20 12 243 107 101
Binary 1100100 11100101 11000000 111000 0 10000 1010 10100011 1000111 1000001

Color Harmonies of #64E5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E5C0

Black with #64E5C0

Text Example


Text Example

White with #64E5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,229,192); }

 H1.HeaderClassName
 {
   color: #64E5C0;
 }
 .AnyTagClassName
 {
   color: #64E5C0;
 }
</style>

background-color css

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

 a { background-color: rgb(100,229,192); }

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

border-color css

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

 span { border-color: rgb(100,229,192); }

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