Html Css Color HEX #64FEA0 Medium Aquamarine

📋 copy color: '#64FEA0'

red 100 ◦ green 254 ◦ blue 160

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

Shades of Medium Aquamarine #64FEA0

Tints of Medium Aquamarine #64FEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.42%

 BLUE value IS 160 (62.89% from 255) = 31.13%

R = 19.46%
G = 49.42%
B = 31.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#64FEA0 (or 0x64FEA0) is known color: Medium Aquamarine. HEX triplet: 64, FE and A0. RGB value is (100,254,160). Sum of RGB (Red+Green+Blue) = 100+254+160=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FEA0 is #9B015F. Grayscale: #C5C5C5. Windows color (decimal): -10158432 or 10550884. OLE color: 10550884.

HSL color Cylindrical-coordinate representation of color #64FEA0: hue angle of 143.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEA0 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 254 160 -
CMYK 0.61 0 0.37 0.00
HSL 143.38º 0.99% 0.69% -
HSV(B) 143.38º 0.61% 1% -
XYZ 47.04 76.13 45.47 -
YUV 197.24 106.98 58.64 -
System Red Green Blue C M Y K H S L
Decimal 100 254 160 0.61 0 0.37 0.00 143.38 0.99 0.69
Hex 64 FE A0 3D 0 25 0 8F 63 45
Octal 144 376 240 75 0 45 0 217 143 105
Binary 1100100 11111110 10100000 111101 0 100101 0 10001111 1100011 1000101

Color Harmonies of #64FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEA0

Black with #64FEA0

Text Example


Text Example

White with #64FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,254,160); }

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

background-color css

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

 a { background-color: rgb(100,254,160); }

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

border-color css

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

 span { border-color: rgb(100,254,160); }

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