Html Css Color HEX #64EFAC Medium Aquamarine

📋 copy color: '#64EFAC'

red 100 ◦ green 239 ◦ blue 172

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

Shades of Medium Aquamarine #64EFAC

Tints of Medium Aquamarine #64EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.77%

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

R = 19.57%
G = 46.77%
B = 33.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#64EFAC (or 0x64EFAC) is known color: Medium Aquamarine. HEX triplet: 64, EF and AC. RGB value is (100,239,172). Sum of RGB (Red+Green+Blue) = 100+239+172=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EFAC is #9B1053. Grayscale: #BDBDBD. Windows color (decimal): -10162260 or 11333476. OLE color: 11333476.

HSL color Cylindrical-coordinate representation of color #64EFAC: hue angle of 151.08º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFAC is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 172 -
CMYK 0.58 0 0.28 0.06
HSL 151.08º 0.81% 0.66% -
HSV(B) 151.08º 0.58% 0.94% -
XYZ 43.57 67.42 49.75 -
YUV 189.8 117.95 63.95 -
System Red Green Blue C M Y K H S L
Decimal 100 239 172 0.58 0 0.28 0.06 151.08 0.81 0.66
Hex 64 EF AC 3A 0 1C 6 97 51 42
Octal 144 357 254 72 0 34 6 227 121 102
Binary 1100100 11101111 10101100 111010 0 11100 110 10010111 1010001 1000010

Color Harmonies of #64EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFAC

Black with #64EFAC

Text Example


Text Example

White with #64EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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