Html Css Color HEX #64DDC4 Downy

📋 copy color: '#64DDC4'

red 100 ◦ green 221 ◦ blue 196

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

Shades of Downy #64DDC4

Tints of Downy #64DDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 19.34%
G = 42.75%
B = 37.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#64DDC4 (or 0x64DDC4) is known color: Downy. HEX triplet: 64, DD and C4. RGB value is (100,221,196). Sum of RGB (Red+Green+Blue) = 100+221+196=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDC4 is #9B223B. Grayscale: #B5B5B5. Windows color (decimal): -10166844 or 12901732. OLE color: 12901732.

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

Color convert

RGB 100 221 196 -
CMYK 0.55 0 0.11 0.13
HSL 167.6º 0.64% 0.63% -
HSV(B) 167.6º 0.55% 0.87% -
XYZ 41.08 58.41 61.33 -
YUV 181.97 135.91 69.53 -
System Red Green Blue C M Y K H S L
Decimal 100 221 196 0.55 0 0.11 0.13 167.6 0.64 0.63
Hex 64 DD C4 37 0 B D A8 40 3F
Octal 144 335 304 67 0 13 15 250 100 77
Binary 1100100 11011101 11000100 110111 0 1011 1101 10101000 1000000 111111

Color Harmonies of #64DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDC4

Black with #64DDC4

Text Example


Text Example

White with #64DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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