Html Css Color HEX #64ECB9 Downy

📋 copy color: '#64ECB9'

red 100 ◦ green 236 ◦ blue 185

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

Shades of Downy #64ECB9

Tints of Downy #64ECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 19.19%
G = 45.3%
B = 35.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#64ECB9 (or 0x64ECB9) is known color: Downy. HEX triplet: 64, EC and B9. RGB value is (100,236,185). Sum of RGB (Red+Green+Blue) = 100+236+185=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECB9 is #9B1346. Grayscale: #BDBDBD. Windows color (decimal): -10163015 or 12184676. OLE color: 12184676.

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

Color convert

RGB 100 236 185 -
CMYK 0.58 0 0.22 0.07
HSL 157.5º 0.78% 0.66% -
HSV(B) 157.5º 0.58% 0.93% -
XYZ 44.01 66.2 56.36 -
YUV 189.52 125.44 64.15 -
System Red Green Blue C M Y K H S L
Decimal 100 236 185 0.58 0 0.22 0.07 157.5 0.78 0.66
Hex 64 EC B9 3A 0 16 7 9E 4E 42
Octal 144 354 271 72 0 26 7 236 116 102
Binary 1100100 11101100 10111001 111010 0 10110 111 10011110 1001110 1000010

Color Harmonies of #64ECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECB9

Black with #64ECB9

Text Example


Text Example

White with #64ECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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