Html Css Color HEX #64FC9C Medium Aquamarine

📋 copy color: '#64FC9C'

red 100 ◦ green 252 ◦ blue 156

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

Shades of Medium Aquamarine #64FC9C

Tints of Medium Aquamarine #64FC9C

RGB

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

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

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

R = 19.69%
G = 49.61%
B = 30.71%

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

#64FC9C (or 0x64FC9C) is known color: Medium Aquamarine. HEX triplet: 64, FC and 9C. RGB value is (100,252,156). Sum of RGB (Red+Green+Blue) = 100+252+156=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FC9C is #9B0363. Grayscale: #C3C3C3. Windows color (decimal): -10158948 or 10288228. OLE color: 10288228.

HSL color Cylindrical-coordinate representation of color #64FC9C: hue angle of 142.11º 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 #64FC9C is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 252 156 -
CMYK 0.60 0 0.38 0.01
HSL 142.11º 0.96% 0.69% -
HSV(B) 142.11º 0.6% 0.99% -
XYZ 46.07 74.73 43.45 -
YUV 195.61 105.64 59.81 -
System Red Green Blue C M Y K H S L
Decimal 100 252 156 0.60 0 0.38 0.01 142.11 0.96 0.69
Hex 64 FC 9C 3C 0 26 1 8E 60 45
Octal 144 374 234 74 0 46 1 216 140 105
Binary 1100100 11111100 10011100 111100 0 100110 1 10001110 1100000 1000101

Color Harmonies of #64FC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FC9C

Black with #64FC9C

Text Example


Text Example

White with #64FC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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