Html Css Color HEX #64DDCC Downy

📋 copy color: '#64DDCC'

red 100 ◦ green 221 ◦ blue 204

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

Shades of Downy #64DDCC

Tints of Downy #64DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 19.05%
G = 42.1%
B = 38.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#64DDCC (or 0x64DDCC) is known color: Downy. HEX triplet: 64, DD and CC. RGB value is (100,221,204). Sum of RGB (Red+Green+Blue) = 100+221+204=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDCC is #9B2233. Grayscale: #B6B6B6. Windows color (decimal): -10166836 or 13426020. OLE color: 13426020.

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

Color convert

RGB 100 221 204 -
CMYK 0.55 0 0.08 0.13
HSL 171.57º 0.64% 0.63% -
HSV(B) 171.57º 0.55% 0.87% -
XYZ 42.01 58.78 66.26 -
YUV 182.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 100 221 204 0.55 0 0.08 0.13 171.57 0.64 0.63
Hex 64 DD CC 37 0 8 D AC 40 3F
Octal 144 335 314 67 0 10 15 254 100 77
Binary 1100100 11011101 11001100 110111 0 1000 1101 10101100 1000000 111111

Color Harmonies of #64DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDCC

Black with #64DDCC

Text Example


Text Example

White with #64DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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