Html Css Color HEX #64E0BD Downy

📋 copy color: '#64E0BD'

red 100 ◦ green 224 ◦ blue 189

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

Shades of Downy #64E0BD

Tints of Downy #64E0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 19.49%
G = 43.66%
B = 36.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#64E0BD (or 0x64E0BD) is known color: Downy. HEX triplet: 64, E0 and BD. RGB value is (100,224,189). Sum of RGB (Red+Green+Blue) = 100+224+189=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0BD is #9B1F42. Grayscale: #B6B6B6. Windows color (decimal): -10166083 or 12443748. OLE color: 12443748.

HSL color Cylindrical-coordinate representation of color #64E0BD: hue angle of 163.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0BD is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 189 -
CMYK 0.55 0 0.16 0.12
HSL 163.06º 0.67% 0.64% -
HSV(B) 163.06º 0.55% 0.88% -
XYZ 41.1 59.69 57.5 -
YUV 182.93 131.42 68.85 -
System Red Green Blue C M Y K H S L
Decimal 100 224 189 0.55 0 0.16 0.12 163.06 0.67 0.64
Hex 64 E0 BD 37 0 10 C A3 43 40
Octal 144 340 275 67 0 20 14 243 103 100
Binary 1100100 11100000 10111101 110111 0 10000 1100 10100011 1000011 1000000

Color Harmonies of #64E0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E0BD

Black with #64E0BD

Text Example


Text Example

White with #64E0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,189); }

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

background-color css

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

 a { background-color: rgb(100,224,189); }

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

border-color css

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

 span { border-color: rgb(100,224,189); }

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