Html Css Color HEX #64D39A Medium Aquamarine

📋 copy color: '#64D39A'

red 100 ◦ green 211 ◦ blue 154

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

Shades of Medium Aquamarine #64D39A

Tints of Medium Aquamarine #64D39A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 21.51%
G = 45.38%
B = 33.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#64D39A (or 0x64D39A) is known color: Medium Aquamarine. HEX triplet: 64, D3 and 9A. RGB value is (100,211,154). Sum of RGB (Red+Green+Blue) = 100+211+154=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #64D39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D39A is #9B2C65. Grayscale: #ABABAB. Windows color (decimal): -10169446 or 10146660. OLE color: 10146660.

HSL color Cylindrical-coordinate representation of color #64D39A: hue angle of 149.19º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D39A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 211 154 -
CMYK 0.53 0 0.27 0.17
HSL 149.19º 0.56% 0.61% -
HSV(B) 149.19º 0.53% 0.83% -
XYZ 34.38 51.63 38.73 -
YUV 171.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 100 211 154 0.53 0 0.27 0.17 149.19 0.56 0.61
Hex 64 D3 9A 35 0 1B 11 95 38 3D
Octal 144 323 232 65 0 33 21 225 70 75
Binary 1100100 11010011 10011010 110101 0 11011 10001 10010101 111000 111101

Color Harmonies of #64D39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D39A

Black with #64D39A

Text Example


Text Example

White with #64D39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,211,154); }

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

background-color css

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

 a { background-color: rgb(100,211,154); }

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

border-color css

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

 span { border-color: rgb(100,211,154); }

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