Html Css Color HEX #64DCC4 Downy

📋 copy color: '#64DCC4'

red 100 ◦ green 220 ◦ blue 196

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

Shades of Downy #64DCC4

Tints of Downy #64DCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

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

R = 19.38%
G = 42.64%
B = 37.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#64DCC4 (or 0x64DCC4) is known color: Downy. HEX triplet: 64, DC and C4. RGB value is (100,220,196). Sum of RGB (Red+Green+Blue) = 100+220+196=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCC4 is #9B233B. Grayscale: #B5B5B5. Windows color (decimal): -10167100 or 12901476. OLE color: 12901476.

HSL color Cylindrical-coordinate representation of color #64DCC4: hue angle of 168º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCC4 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 196 -
CMYK 0.55 0 0.11 0.14
HSL 168º 0.63% 0.63% -
HSV(B) 168º 0.55% 0.86% -
XYZ 40.81 57.88 61.25 -
YUV 181.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 100 220 196 0.55 0 0.11 0.14 168 0.63 0.63
Hex 64 DC C4 37 0 B E A8 3F 3F
Octal 144 334 304 67 0 13 16 250 77 77
Binary 1100100 11011100 11000100 110111 0 1011 1110 10101000 111111 111111

Color Harmonies of #64DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCC4

Black with #64DCC4

Text Example


Text Example

White with #64DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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