Html Css Color HEX #64CC9D Medium Aquamarine

📋 copy color: '#64CC9D'

red 100 ◦ green 204 ◦ blue 157

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

Shades of Medium Aquamarine #64CC9D

Tints of Medium Aquamarine #64CC9D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

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

R = 21.69%
G = 44.25%
B = 34.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#64CC9D (or 0x64CC9D) is known color: Medium Aquamarine. HEX triplet: 64, CC and 9D. RGB value is (100,204,157). Sum of RGB (Red+Green+Blue) = 100+204+157=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CC9D is #9B3362. Grayscale: #A7A7A7. Windows color (decimal): -10171235 or 10341476. OLE color: 10341476.

HSL color Cylindrical-coordinate representation of color #64CC9D: hue angle of 152.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CC9D is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 157 -
CMYK 0.51 0 0.23 0.2
HSL 152.88º 0.5% 0.6% -
HSV(B) 152.88º 0.51% 0.8% -
XYZ 32.93 48.33 39.49 -
YUV 167.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 100 204 157 0.51 0 0.23 0.2 152.88 0.5 0.6
Hex 64 CC 9D 33 0 17 14 99 32 3C
Octal 144 314 235 63 0 27 24 231 62 74
Binary 1100100 11001100 10011101 110011 0 10111 10100 10011001 110010 111100

Color Harmonies of #64CC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CC9D

Black with #64CC9D

Text Example


Text Example

White with #64CC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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