Html Css Color HEX #64E196 Medium Aquamarine

📋 copy color: '#64E196'

red 100 ◦ green 225 ◦ blue 150

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

Shades of Medium Aquamarine #64E196

Tints of Medium Aquamarine #64E196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 21.05%
G = 47.37%
B = 31.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#64E196 (or 0x64E196) is known color: Medium Aquamarine. HEX triplet: 64, E1 and 96. RGB value is (100,225,150). Sum of RGB (Red+Green+Blue) = 100+225+150=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #64E196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E196 is #9B1E69. Grayscale: #B3B3B3. Windows color (decimal): -10165866 or 9888100. OLE color: 9888100.

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

Color convert

RGB 100 225 150 -
CMYK 0.56 0 0.33 0.12
HSL 144º 0.68% 0.64% -
HSV(B) 144º 0.56% 0.88% -
XYZ 37.69 58.76 38.21 -
YUV 179.08 111.59 71.6 -
System Red Green Blue C M Y K H S L
Decimal 100 225 150 0.56 0 0.33 0.12 144 0.68 0.64
Hex 64 E1 96 38 0 21 C 90 44 40
Octal 144 341 226 70 0 41 14 220 104 100
Binary 1100100 11100001 10010110 111000 0 100001 1100 10010000 1000100 1000000

Color Harmonies of #64E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E196

Black with #64E196

Text Example


Text Example

White with #64E196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,150); }

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

background-color css

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

 a { background-color: rgb(100,225,150); }

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

border-color css

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

 span { border-color: rgb(100,225,150); }

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