Html Css Color HEX #64D9A5 Medium Aquamarine

📋 copy color: '#64D9A5'

red 100 ◦ green 217 ◦ blue 165

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

Shades of Medium Aquamarine #64D9A5

Tints of Medium Aquamarine #64D9A5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 20.75%
G = 45.02%
B = 34.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#64D9A5 (or 0x64D9A5) is known color: Medium Aquamarine. HEX triplet: 64, D9 and A5. RGB value is (100,217,165). Sum of RGB (Red+Green+Blue) = 100+217+165=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D9A5 is #9B265A. Grayscale: #B0B0B0. Windows color (decimal): -10167899 or 10869092. OLE color: 10869092.

HSL color Cylindrical-coordinate representation of color #64D9A5: hue angle of 153.33º 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 #64D9A5 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 165 -
CMYK 0.54 0 0.24 0.15
HSL 153.33º 0.61% 0.62% -
HSV(B) 153.33º 0.54% 0.85% -
XYZ 36.86 55.05 44.28 -
YUV 176.09 121.74 73.73 -
System Red Green Blue C M Y K H S L
Decimal 100 217 165 0.54 0 0.24 0.15 153.33 0.61 0.62
Hex 64 D9 A5 36 0 18 F 99 3D 3E
Octal 144 331 245 66 0 30 17 231 75 76
Binary 1100100 11011001 10100101 110110 0 11000 1111 10011001 111101 111110

Color Harmonies of #64D9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D9A5

Black with #64D9A5

Text Example


Text Example

White with #64D9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,165); }

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

background-color css

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

 a { background-color: rgb(100,217,165); }

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

border-color css

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

 span { border-color: rgb(100,217,165); }

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