Html Css Color HEX #64EB9F Medium Aquamarine

📋 copy color: '#64EB9F'

red 100 ◦ green 235 ◦ blue 159

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

Shades of Medium Aquamarine #64EB9F

Tints of Medium Aquamarine #64EB9F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.57%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 20.24%
G = 47.57%
B = 32.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#64EB9F (or 0x64EB9F) is known color: Medium Aquamarine. HEX triplet: 64, EB and 9F. RGB value is (100,235,159). Sum of RGB (Red+Green+Blue) = 100+235+159=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB9F is #9B1460. Grayscale: #BABABA. Windows color (decimal): -10163297 or 10480484. OLE color: 10480484.

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

Color convert

RGB 100 235 159 -
CMYK 0.57 0 0.32 0.08
HSL 146.22º 0.77% 0.66% -
HSV(B) 146.22º 0.57% 0.92% -
XYZ 41.22 64.63 43.1 -
YUV 185.97 112.77 66.68 -
System Red Green Blue C M Y K H S L
Decimal 100 235 159 0.57 0 0.32 0.08 146.22 0.77 0.66
Hex 64 EB 9F 39 0 20 8 92 4D 42
Octal 144 353 237 71 0 40 10 222 115 102
Binary 1100100 11101011 10011111 111001 0 100000 1000 10010010 1001101 1000010

Color Harmonies of #64EB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EB9F

Black with #64EB9F

Text Example


Text Example

White with #64EB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,159); }

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

background-color css

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

 a { background-color: rgb(100,235,159); }

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

border-color css

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

 span { border-color: rgb(100,235,159); }

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