Html Css Color HEX #64E09C Medium Aquamarine

📋 copy color: '#64E09C'

red 100 ◦ green 224 ◦ blue 156

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

Shades of Medium Aquamarine #64E09C

Tints of Medium Aquamarine #64E09C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

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

R = 20.83%
G = 46.67%
B = 32.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#64E09C (or 0x64E09C) is known color: Medium Aquamarine. HEX triplet: 64, E0 and 9C. RGB value is (100,224,156). Sum of RGB (Red+Green+Blue) = 100+224+156=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #64E09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E09C is #9B1F63. Grayscale: #B3B3B3. Windows color (decimal): -10166116 or 10281060. OLE color: 10281060.

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

Color convert

RGB 100 224 156 -
CMYK 0.55 0 0.30 0.12
HSL 147.1º 0.67% 0.64% -
HSV(B) 147.1º 0.55% 0.88% -
XYZ 37.91 58.42 40.73 -
YUV 179.17 114.92 71.53 -
System Red Green Blue C M Y K H S L
Decimal 100 224 156 0.55 0 0.30 0.12 147.1 0.67 0.64
Hex 64 E0 9C 37 0 1E C 93 43 40
Octal 144 340 234 67 0 36 14 223 103 100
Binary 1100100 11100000 10011100 110111 0 11110 1100 10010011 1000011 1000000

Color Harmonies of #64E09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E09C

Black with #64E09C

Text Example


Text Example

White with #64E09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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