Html Css Color HEX #64EB9D Medium Aquamarine

📋 copy color: '#64EB9D'

red 100 ◦ green 235 ◦ blue 157

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

Shades of Medium Aquamarine #64EB9D

Tints of Medium Aquamarine #64EB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 20.33%
G = 47.76%
B = 31.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#64EB9D (or 0x64EB9D) is known color: Medium Aquamarine. HEX triplet: 64, EB and 9D. RGB value is (100,235,157). Sum of RGB (Red+Green+Blue) = 100+235+157=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB9D is #9B1462. Grayscale: #B9B9B9. Windows color (decimal): -10163299 or 10349412. OLE color: 10349412.

HSL color Cylindrical-coordinate representation of color #64EB9D: hue angle of 145.33º 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 #64EB9D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 157 -
CMYK 0.57 0 0.33 0.08
HSL 145.33º 0.77% 0.66% -
HSV(B) 145.33º 0.57% 0.92% -
XYZ 41.05 64.56 42.2 -
YUV 185.74 111.77 66.84 -
System Red Green Blue C M Y K H S L
Decimal 100 235 157 0.57 0 0.33 0.08 145.33 0.77 0.66
Hex 64 EB 9D 39 0 21 8 91 4D 42
Octal 144 353 235 71 0 41 10 221 115 102
Binary 1100100 11101011 10011101 111001 0 100001 1000 10010001 1001101 1000010

Color Harmonies of #64EB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EB9D

Black with #64EB9D

Text Example


Text Example

White with #64EB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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