Html Css Color HEX #64EAAC Medium Aquamarine

📋 copy color: '#64EAAC'

red 100 ◦ green 234 ◦ blue 172

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

Shades of Medium Aquamarine #64EAAC

Tints of Medium Aquamarine #64EAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.25%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 19.76%
G = 46.25%
B = 33.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#64EAAC (or 0x64EAAC) is known color: Medium Aquamarine. HEX triplet: 64, EA and AC. RGB value is (100,234,172). Sum of RGB (Red+Green+Blue) = 100+234+172=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EAAC is #9B1553. Grayscale: #BABABA. Windows color (decimal): -10163540 or 11332196. OLE color: 11332196.

HSL color Cylindrical-coordinate representation of color #64EAAC: hue angle of 152.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAAC is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 172 -
CMYK 0.57 0 0.26 0.08
HSL 152.24º 0.76% 0.65% -
HSV(B) 152.24º 0.57% 0.92% -
XYZ 42.12 64.53 49.27 -
YUV 186.87 119.61 66.04 -
System Red Green Blue C M Y K H S L
Decimal 100 234 172 0.57 0 0.26 0.08 152.24 0.76 0.65
Hex 64 EA AC 39 0 1A 8 98 4C 41
Octal 144 352 254 71 0 32 10 230 114 101
Binary 1100100 11101010 10101100 111001 0 11010 1000 10011000 1001100 1000001

Color Harmonies of #64EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAAC

Black with #64EAAC

Text Example


Text Example

White with #64EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,172); }

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

background-color css

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

 a { background-color: rgb(100,234,172); }

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

border-color css

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

 span { border-color: rgb(100,234,172); }

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