Html Css Color HEX #64F7AD Medium Aquamarine

📋 copy color: '#64F7AD'

red 100 ◦ green 247 ◦ blue 173

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

Shades of Medium Aquamarine #64F7AD

Tints of Medium Aquamarine #64F7AD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.5%

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 19.23%
G = 47.5%
B = 33.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#64F7AD (or 0x64F7AD) is known color: Medium Aquamarine. HEX triplet: 64, F7 and AD. RGB value is (100,247,173). Sum of RGB (Red+Green+Blue) = 100+247+173=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F7AD is #9B0852. Grayscale: #C2C2C2. Windows color (decimal): -10160211 or 11401060. OLE color: 11401060.

HSL color Cylindrical-coordinate representation of color #64F7AD: hue angle of 149.8º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7AD is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 247 173 -
CMYK 0.60 0 0.30 0.03
HSL 149.8º 0.9% 0.68% -
HSV(B) 149.8º 0.6% 0.97% -
XYZ 46.06 72.25 51.05 -
YUV 194.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 100 247 173 0.60 0 0.30 0.03 149.8 0.9 0.68
Hex 64 F7 AD 3C 0 1E 3 96 5A 44
Octal 144 367 255 74 0 36 3 226 132 104
Binary 1100100 11110111 10101101 111100 0 11110 11 10010110 1011010 1000100

Color Harmonies of #64F7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F7AD

Black with #64F7AD

Text Example


Text Example

White with #64F7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,247,173); }

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

background-color css

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

 a { background-color: rgb(100,247,173); }

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

border-color css

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

 span { border-color: rgb(100,247,173); }

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