Html Css Color HEX #64F496 Medium Aquamarine

📋 copy color: '#64F496'

red 100 ◦ green 244 ◦ blue 150

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

Shades of Medium Aquamarine #64F496

Tints of Medium Aquamarine #64F496

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.39%

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

R = 20.24%
G = 49.39%
B = 30.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#64F496 (or 0x64F496) is known color: Medium Aquamarine. HEX triplet: 64, F4 and 96. RGB value is (100,244,150). Sum of RGB (Red+Green+Blue) = 100+244+150=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #64F496 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F496 is #9B0B69. Grayscale: #BEBEBE. Windows color (decimal): -10161002 or 9892964. OLE color: 9892964.

HSL color Cylindrical-coordinate representation of color #64F496: hue angle of 140.83º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F496 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 244 150 -
CMYK 0.59 0 0.39 0.04
HSL 140.83º 0.87% 0.67% -
HSV(B) 140.83º 0.59% 0.96% -
XYZ 43.11 69.61 40.02 -
YUV 190.23 105.29 63.64 -
System Red Green Blue C M Y K H S L
Decimal 100 244 150 0.59 0 0.39 0.04 140.83 0.87 0.67
Hex 64 F4 96 3B 0 27 4 8D 57 43
Octal 144 364 226 73 0 47 4 215 127 103
Binary 1100100 11110100 10010110 111011 0 100111 100 10001101 1010111 1000011

Color Harmonies of #64F496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F496

Black with #64F496

Text Example


Text Example

White with #64F496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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