Html Css Color HEX #64DFB9 Downy

📋 copy color: '#64DFB9'

red 100 ◦ green 223 ◦ blue 185

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

Shades of Downy #64DFB9

Tints of Downy #64DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

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

R = 19.69%
G = 43.9%
B = 36.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#64DFB9 (or 0x64DFB9) is known color: Downy. HEX triplet: 64, DF and B9. RGB value is (100,223,185). Sum of RGB (Red+Green+Blue) = 100+223+185=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFB9 is #9B2046. Grayscale: #B5B5B5. Windows color (decimal): -10166343 or 12181348. OLE color: 12181348.

HSL color Cylindrical-coordinate representation of color #64DFB9: hue angle of 161.46º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFB9 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 185 -
CMYK 0.55 0 0.17 0.13
HSL 161.46º 0.66% 0.63% -
HSV(B) 161.46º 0.55% 0.87% -
XYZ 40.4 58.99 55.16 -
YUV 181.89 129.75 69.59 -
System Red Green Blue C M Y K H S L
Decimal 100 223 185 0.55 0 0.17 0.13 161.46 0.66 0.63
Hex 64 DF B9 37 0 11 D A1 42 3F
Octal 144 337 271 67 0 21 15 241 102 77
Binary 1100100 11011111 10111001 110111 0 10001 1101 10100001 1000010 111111

Color Harmonies of #64DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFB9

Black with #64DFB9

Text Example


Text Example

White with #64DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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