Html Css Color HEX #64F9AC Medium Aquamarine

📋 copy color: '#64F9AC'

red 100 ◦ green 249 ◦ blue 172

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

Shades of Medium Aquamarine #64F9AC

Tints of Medium Aquamarine #64F9AC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.79%

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 19.19%
G = 47.79%
B = 33.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#64F9AC (or 0x64F9AC) is known color: Medium Aquamarine. HEX triplet: 64, F9 and AC. RGB value is (100,249,172). Sum of RGB (Red+Green+Blue) = 100+249+172=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F9AC is #9B0653. Grayscale: #C3C3C3. Windows color (decimal): -10159700 or 11336036. OLE color: 11336036.

HSL color Cylindrical-coordinate representation of color #64F9AC: hue angle of 148.99º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9AC is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 172 -
CMYK 0.60 0 0.31 0.02
HSL 148.99º 0.93% 0.68% -
HSV(B) 148.99º 0.6% 0.98% -
XYZ 46.58 73.44 50.75 -
YUV 195.67 114.64 59.76 -
System Red Green Blue C M Y K H S L
Decimal 100 249 172 0.60 0 0.31 0.02 148.99 0.93 0.68
Hex 64 F9 AC 3C 0 1F 2 95 5D 44
Octal 144 371 254 74 0 37 2 225 135 104
Binary 1100100 11111001 10101100 111100 0 11111 10 10010101 1011101 1000100

Color Harmonies of #64F9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F9AC

Black with #64F9AC

Text Example


Text Example

White with #64F9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,172); }

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

background-color css

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

 a { background-color: rgb(100,249,172); }

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

border-color css

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

 span { border-color: rgb(100,249,172); }

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