Html Css Color HEX #64FCA1 Medium Aquamarine

📋 copy color: '#64FCA1'

red 100 ◦ green 252 ◦ blue 161

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

Shades of Medium Aquamarine #64FCA1

Tints of Medium Aquamarine #64FCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.38%

R = 19.49%
G = 49.12%
B = 31.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#64FCA1 (or 0x64FCA1) is known color: Medium Aquamarine. HEX triplet: 64, FC and A1. RGB value is (100,252,161). Sum of RGB (Red+Green+Blue) = 100+252+161=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FCA1 is #9B035E. Grayscale: #C4C4C4. Windows color (decimal): -10158943 or 10615908. OLE color: 10615908.

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

Color convert

RGB 100 252 161 -
CMYK 0.60 0 0.36 0.01
HSL 144.08º 0.96% 0.69% -
HSV(B) 144.08º 0.6% 0.99% -
XYZ 46.5 74.9 45.73 -
YUV 196.18 108.14 59.4 -
System Red Green Blue C M Y K H S L
Decimal 100 252 161 0.60 0 0.36 0.01 144.08 0.96 0.69
Hex 64 FC A1 3C 0 24 1 90 60 45
Octal 144 374 241 74 0 44 1 220 140 105
Binary 1100100 11111100 10100001 111100 0 100100 1 10010000 1100000 1000101

Color Harmonies of #64FCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FCA1

Black with #64FCA1

Text Example


Text Example

White with #64FCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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