Html Css Color HEX #64FC9F Medium Aquamarine

📋 copy color: '#64FC9F'

red 100 ◦ green 252 ◦ blue 159

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

Shades of Medium Aquamarine #64FC9F

Tints of Medium Aquamarine #64FC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 19.57%
G = 49.32%
B = 31.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#64FC9F (or 0x64FC9F) is known color: Medium Aquamarine. HEX triplet: 64, FC and 9F. RGB value is (100,252,159). Sum of RGB (Red+Green+Blue) = 100+252+159=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FC9F is #9B0360. Grayscale: #C4C4C4. Windows color (decimal): -10158945 or 10484836. OLE color: 10484836.

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

Color convert

RGB 100 252 159 -
CMYK 0.60 0 0.37 0.01
HSL 143.29º 0.96% 0.69% -
HSV(B) 143.29º 0.6% 0.99% -
XYZ 46.32 74.83 44.8 -
YUV 195.95 107.14 59.56 -
System Red Green Blue C M Y K H S L
Decimal 100 252 159 0.60 0 0.37 0.01 143.29 0.96 0.69
Hex 64 FC 9F 3C 0 25 1 8F 60 45
Octal 144 374 237 74 0 45 1 217 140 105
Binary 1100100 11111100 10011111 111100 0 100101 1 10001111 1100000 1000101

Color Harmonies of #64FC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FC9F

Black with #64FC9F

Text Example


Text Example

White with #64FC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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