Html Css Color HEX #64EDCA Downy

📋 copy color: '#64EDCA'

red 100 ◦ green 237 ◦ blue 202

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

Shades of Downy #64EDCA

Tints of Downy #64EDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 18.55%
G = 43.97%
B = 37.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#64EDCA (or 0x64EDCA) is known color: Downy. HEX triplet: 64, ED and CA. RGB value is (100,237,202). Sum of RGB (Red+Green+Blue) = 100+237+202=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDCA is #9B1235. Grayscale: #C0C0C0. Windows color (decimal): -10162742 or 13299044. OLE color: 13299044.

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

Color convert

RGB 100 237 202 -
CMYK 0.58 0 0.15 0.07
HSL 164.67º 0.79% 0.66% -
HSV(B) 164.67º 0.58% 0.93% -
XYZ 46.2 67.54 66.48 -
YUV 192.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 100 237 202 0.58 0 0.15 0.07 164.67 0.79 0.66
Hex 64 ED CA 3A 0 F 7 A5 4F 42
Octal 144 355 312 72 0 17 7 245 117 102
Binary 1100100 11101101 11001010 111010 0 1111 111 10100101 1001111 1000010

Color Harmonies of #64EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EDCA

Black with #64EDCA

Text Example


Text Example

White with #64EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,237,202); }

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

background-color css

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

 a { background-color: rgb(100,237,202); }

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

border-color css

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

 span { border-color: rgb(100,237,202); }

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