Html Css Color HEX #64D5B9 Downy

📋 copy color: '#64D5B9'

red 100 ◦ green 213 ◦ blue 185

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

Shades of Downy #64D5B9

Tints of Downy #64D5B9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 20.08%
G = 42.77%
B = 37.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#64D5B9 (or 0x64D5B9) is known color: Downy. HEX triplet: 64, D5 and B9. RGB value is (100,213,185). Sum of RGB (Red+Green+Blue) = 100+213+185=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5B9 is #9B2A46. Grayscale: #B0B0B0. Windows color (decimal): -10168903 or 12178788. OLE color: 12178788.

HSL color Cylindrical-coordinate representation of color #64D5B9: hue angle of 165.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5B9 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 185 -
CMYK 0.53 0 0.13 0.16
HSL 165.13º 0.57% 0.61% -
HSV(B) 165.13º 0.53% 0.84% -
XYZ 37.81 53.8 54.29 -
YUV 176.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 100 213 185 0.53 0 0.13 0.16 165.13 0.57 0.61
Hex 64 D5 B9 35 0 D 10 A5 39 3D
Octal 144 325 271 65 0 15 20 245 71 75
Binary 1100100 11010101 10111001 110101 0 1101 10000 10100101 111001 111101

Color Harmonies of #64D5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D5B9

Black with #64D5B9

Text Example


Text Example

White with #64D5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,185); }

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

background-color css

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

 a { background-color: rgb(100,213,185); }

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

border-color css

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

 span { border-color: rgb(100,213,185); }

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