Html Css Color HEX #64FEA6 Medium Aquamarine

📋 copy color: '#64FEA6'

red 100 ◦ green 254 ◦ blue 166

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

Shades of Medium Aquamarine #64FEA6

Tints of Medium Aquamarine #64FEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 19.23%
G = 48.85%
B = 31.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#64FEA6 (or 0x64FEA6) is known color: Medium Aquamarine. HEX triplet: 64, FE and A6. RGB value is (100,254,166). Sum of RGB (Red+Green+Blue) = 100+254+166=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FEA6 is #9B0159. Grayscale: #C6C6C6. Windows color (decimal): -10158426 or 10944100. OLE color: 10944100.

HSL color Cylindrical-coordinate representation of color #64FEA6: hue angle of 145.71º 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 #64FEA6 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 254 166 -
CMYK 0.61 0 0.35 0.00
HSL 145.71º 0.99% 0.69% -
HSV(B) 145.71º 0.61% 1% -
XYZ 47.58 76.35 48.3 -
YUV 197.92 109.98 58.16 -
System Red Green Blue C M Y K H S L
Decimal 100 254 166 0.61 0 0.35 0.00 145.71 0.99 0.69
Hex 64 FE A6 3D 0 23 0 92 63 45
Octal 144 376 246 75 0 43 0 222 143 105
Binary 1100100 11111110 10100110 111101 0 100011 0 10010010 1100011 1000101

Color Harmonies of #64FEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEA6

Black with #64FEA6

Text Example


Text Example

White with #64FEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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