Html Css Color HEX #64DCC1 Downy

📋 copy color: '#64DCC1'

red 100 ◦ green 220 ◦ blue 193

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

Shades of Downy #64DCC1

Tints of Downy #64DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 19.49%
G = 42.88%
B = 37.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#64DCC1 (or 0x64DCC1) is known color: Downy. HEX triplet: 64, DC and C1. RGB value is (100,220,193). Sum of RGB (Red+Green+Blue) = 100+220+193=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCC1 is #9B233E. Grayscale: #B5B5B5. Windows color (decimal): -10167103 or 12704868. OLE color: 12704868.

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

Color convert

RGB 100 220 193 -
CMYK 0.55 0 0.12 0.14
HSL 166.5º 0.63% 0.63% -
HSV(B) 166.5º 0.55% 0.86% -
XYZ 40.47 57.75 59.46 -
YUV 181.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 100 220 193 0.55 0 0.12 0.14 166.5 0.63 0.63
Hex 64 DC C1 37 0 C E A6 3F 3F
Octal 144 334 301 67 0 14 16 246 77 77
Binary 1100100 11011100 11000001 110111 0 1100 1110 10100110 111111 111111

Color Harmonies of #64DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCC1

Black with #64DCC1

Text Example


Text Example

White with #64DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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