Html Css Color HEX #64DABD Downy

📋 copy color: '#64DABD'

red 100 ◦ green 218 ◦ blue 189

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

Shades of Downy #64DABD

Tints of Downy #64DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

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

R = 19.72%
G = 43%
B = 37.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#64DABD (or 0x64DABD) is known color: Downy. HEX triplet: 64, DA and BD. RGB value is (100,218,189). Sum of RGB (Red+Green+Blue) = 100+218+189=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #64DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DABD is #9B2542. Grayscale: #B3B3B3. Windows color (decimal): -10167619 or 12442212. OLE color: 12442212.

HSL color Cylindrical-coordinate representation of color #64DABD: hue angle of 165.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DABD is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 189 -
CMYK 0.54 0 0.13 0.15
HSL 165.25º 0.61% 0.62% -
HSV(B) 165.25º 0.54% 0.85% -
XYZ 39.51 56.53 56.97 -
YUV 179.41 133.41 71.36 -
System Red Green Blue C M Y K H S L
Decimal 100 218 189 0.54 0 0.13 0.15 165.25 0.61 0.62
Hex 64 DA BD 36 0 D F A5 3D 3E
Octal 144 332 275 66 0 15 17 245 75 76
Binary 1100100 11011010 10111101 110110 0 1101 1111 10100101 111101 111110

Color Harmonies of #64DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DABD

Black with #64DABD

Text Example


Text Example

White with #64DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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