Html Css Color HEX #64DCC9 Downy

📋 copy color: '#64DCC9'

red 100 ◦ green 220 ◦ blue 201

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

Shades of Downy #64DCC9

Tints of Downy #64DCC9

RGB

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

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

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

R = 19.19%
G = 42.23%
B = 38.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#64DCC9 (or 0x64DCC9) is known color: Downy. HEX triplet: 64, DC and C9. RGB value is (100,220,201). Sum of RGB (Red+Green+Blue) = 100+220+201=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCC9 is #9B2336. Grayscale: #B5B5B5. Windows color (decimal): -10167095 or 13229156. OLE color: 13229156.

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

Color convert

RGB 100 220 201 -
CMYK 0.55 0 0.09 0.14
HSL 170.5º 0.63% 0.63% -
HSV(B) 170.5º 0.55% 0.86% -
XYZ 41.39 58.11 64.29 -
YUV 181.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 100 220 201 0.55 0 0.09 0.14 170.5 0.63 0.63
Hex 64 DC C9 37 0 9 E AA 3F 3F
Octal 144 334 311 67 0 11 16 252 77 77
Binary 1100100 11011100 11001001 110111 0 1001 1110 10101010 111111 111111

Color Harmonies of #64DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCC9

Black with #64DCC9

Text Example


Text Example

White with #64DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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