Html Css Color HEX #64DCBD Downy

📋 copy color: '#64DCBD'

red 100 ◦ green 220 ◦ blue 189

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

Shades of Downy #64DCBD

Tints of Downy #64DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 19.65%
G = 43.22%
B = 37.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#64DCBD (or 0x64DCBD) is known color: Downy. HEX triplet: 64, DC and BD. RGB value is (100,220,189). Sum of RGB (Red+Green+Blue) = 100+220+189=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCBD is #9B2342. Grayscale: #B4B4B4. Windows color (decimal): -10167107 or 12442724. OLE color: 12442724.

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

Color convert

RGB 100 220 189 -
CMYK 0.55 0 0.14 0.14
HSL 164.5º 0.63% 0.63% -
HSV(B) 164.5º 0.55% 0.86% -
XYZ 40.03 57.57 57.15 -
YUV 180.59 132.74 70.52 -
System Red Green Blue C M Y K H S L
Decimal 100 220 189 0.55 0 0.14 0.14 164.5 0.63 0.63
Hex 64 DC BD 37 0 E E A4 3F 3F
Octal 144 334 275 67 0 16 16 244 77 77
Binary 1100100 11011100 10111101 110111 0 1110 1110 10100100 111111 111111

Color Harmonies of #64DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCBD

Black with #64DCBD

Text Example


Text Example

White with #64DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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