Html Css Color HEX #64E0A7 Medium Aquamarine

📋 copy color: '#64E0A7'

red 100 ◦ green 224 ◦ blue 167

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

Shades of Medium Aquamarine #64E0A7

Tints of Medium Aquamarine #64E0A7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 167 (65.63% from 255) = 34.01%

R = 20.37%
G = 45.62%
B = 34.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#64E0A7 (or 0x64E0A7) is known color: Medium Aquamarine. HEX triplet: 64, E0 and A7. RGB value is (100,224,167). Sum of RGB (Red+Green+Blue) = 100+224+167=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E0A7 is #9B1F58. Grayscale: #B4B4B4. Windows color (decimal): -10166105 or 11001956. OLE color: 11001956.

HSL color Cylindrical-coordinate representation of color #64E0A7: hue angle of 152.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0A7 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 167 -
CMYK 0.55 0 0.25 0.12
HSL 152.42º 0.67% 0.64% -
HSV(B) 152.42º 0.55% 0.88% -
XYZ 38.89 58.81 45.86 -
YUV 180.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 100 224 167 0.55 0 0.25 0.12 152.42 0.67 0.64
Hex 64 E0 A7 37 0 19 C 98 43 40
Octal 144 340 247 67 0 31 14 230 103 100
Binary 1100100 11100000 10100111 110111 0 11001 1100 10011000 1000011 1000000

Color Harmonies of #64E0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E0A7

Black with #64E0A7

Text Example


Text Example

White with #64E0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,167); }

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

background-color css

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

 a { background-color: rgb(100,224,167); }

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

border-color css

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

 span { border-color: rgb(100,224,167); }

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