Html Css Color HEX #64DDC9 Downy

📋 copy color: '#64DDC9'

red 100 ◦ green 221 ◦ blue 201

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

Shades of Downy #64DDC9

Tints of Downy #64DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 19.16%
G = 42.34%
B = 38.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#64DDC9 (or 0x64DDC9) is known color: Downy. HEX triplet: 64, DD and C9. RGB value is (100,221,201). Sum of RGB (Red+Green+Blue) = 100+221+201=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDC9 is #9B2236. Grayscale: #B6B6B6. Windows color (decimal): -10166839 or 13229412. OLE color: 13229412.

HSL color Cylindrical-coordinate representation of color #64DDC9: hue angle of 170.08º degrees, saturation: 0.64, 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 #64DDC9 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 201 -
CMYK 0.55 0 0.09 0.13
HSL 170.08º 0.64% 0.63% -
HSV(B) 170.08º 0.55% 0.87% -
XYZ 41.65 58.64 64.38 -
YUV 182.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 100 221 201 0.55 0 0.09 0.13 170.08 0.64 0.63
Hex 64 DD C9 37 0 9 D AA 40 3F
Octal 144 335 311 67 0 11 15 252 100 77
Binary 1100100 11011101 11001001 110111 0 1001 1101 10101010 1000000 111111

Color Harmonies of #64DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDC9

Black with #64DDC9

Text Example


Text Example

White with #64DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,201); }

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

background-color css

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

 a { background-color: rgb(100,221,201); }

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

border-color css

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

 span { border-color: rgb(100,221,201); }

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