Html Css Color HEX #64EC9C Medium Aquamarine

📋 copy color: '#64EC9C'

red 100 ◦ green 236 ◦ blue 156

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

Shades of Medium Aquamarine #64EC9C

Tints of Medium Aquamarine #64EC9C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 156 (61.33% from 255) = 31.71%

R = 20.33%
G = 47.97%
B = 31.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#64EC9C (or 0x64EC9C) is known color: Medium Aquamarine. HEX triplet: 64, EC and 9C. RGB value is (100,236,156). Sum of RGB (Red+Green+Blue) = 100+236+156=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC9C is #9B1363. Grayscale: #BABABA. Windows color (decimal): -10163044 or 10284132. OLE color: 10284132.

HSL color Cylindrical-coordinate representation of color #64EC9C: hue angle of 144.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EC9C is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 156 -
CMYK 0.58 0 0.34 0.07
HSL 144.71º 0.78% 0.66% -
HSV(B) 144.71º 0.58% 0.93% -
XYZ 41.25 65.1 41.84 -
YUV 186.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 100 236 156 0.58 0 0.34 0.07 144.71 0.78 0.66
Hex 64 EC 9C 3A 0 22 7 91 4E 42
Octal 144 354 234 72 0 42 7 221 116 102
Binary 1100100 11101100 10011100 111010 0 100010 111 10010001 1001110 1000010

Color Harmonies of #64EC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC9C

Black with #64EC9C

Text Example


Text Example

White with #64EC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,156); }

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

background-color css

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

 a { background-color: rgb(100,236,156); }

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

border-color css

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

 span { border-color: rgb(100,236,156); }

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