Html Css Color HEX #64D6A0 Medium Aquamarine

📋 copy color: '#64D6A0'

red 100 ◦ green 214 ◦ blue 160

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

Shades of Medium Aquamarine #64D6A0

Tints of Medium Aquamarine #64D6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 21.1%
G = 45.15%
B = 33.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#64D6A0 (or 0x64D6A0) is known color: Medium Aquamarine. HEX triplet: 64, D6 and A0. RGB value is (100,214,160). Sum of RGB (Red+Green+Blue) = 100+214+160=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D6A0 is #9B295F. Grayscale: #ADADAD. Windows color (decimal): -10168672 or 10540644. OLE color: 10540644.

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

Color convert

RGB 100 214 160 -
CMYK 0.53 0 0.25 0.16
HSL 151.58º 0.58% 0.62% -
HSV(B) 151.58º 0.53% 0.84% -
XYZ 35.65 53.34 41.67 -
YUV 173.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 100 214 160 0.53 0 0.25 0.16 151.58 0.58 0.62
Hex 64 D6 A0 35 0 19 10 98 3A 3E
Octal 144 326 240 65 0 31 20 230 72 76
Binary 1100100 11010110 10100000 110101 0 11001 10000 10011000 111010 111110

Color Harmonies of #64D6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D6A0

Black with #64D6A0

Text Example


Text Example

White with #64D6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,160); }

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

background-color css

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

 a { background-color: rgb(100,214,160); }

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

border-color css

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

 span { border-color: rgb(100,214,160); }

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