Html Css Color HEX #64FC9D Medium Aquamarine

📋 copy color: '#64FC9D'

red 100 ◦ green 252 ◦ blue 157

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

Shades of Medium Aquamarine #64FC9D

Tints of Medium Aquamarine #64FC9D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

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

R = 19.65%
G = 49.51%
B = 30.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#64FC9D (or 0x64FC9D) is known color: Medium Aquamarine. HEX triplet: 64, FC and 9D. RGB value is (100,252,157). Sum of RGB (Red+Green+Blue) = 100+252+157=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FC9D is #9B0362. Grayscale: #C3C3C3. Windows color (decimal): -10158947 or 10353764. OLE color: 10353764.

HSL color Cylindrical-coordinate representation of color #64FC9D: hue angle of 142.5º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FC9D is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 252 157 -
CMYK 0.60 0 0.38 0.01
HSL 142.5º 0.96% 0.69% -
HSV(B) 142.5º 0.6% 0.99% -
XYZ 46.15 74.76 43.9 -
YUV 195.72 106.14 59.72 -
System Red Green Blue C M Y K H S L
Decimal 100 252 157 0.60 0 0.38 0.01 142.5 0.96 0.69
Hex 64 FC 9D 3C 0 26 1 8E 60 45
Octal 144 374 235 74 0 46 1 216 140 105
Binary 1100100 11111100 10011101 111100 0 100110 1 10001110 1100000 1000101

Color Harmonies of #64FC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FC9D

Black with #64FC9D

Text Example


Text Example

White with #64FC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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