Html Css Color HEX #64F6AD Medium Aquamarine

📋 copy color: '#64F6AD'

red 100 ◦ green 246 ◦ blue 173

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

Shades of Medium Aquamarine #64F6AD

Tints of Medium Aquamarine #64F6AD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.4%

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

R = 19.27%
G = 47.4%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#64F6AD (or 0x64F6AD) is known color: Medium Aquamarine. HEX triplet: 64, F6 and AD. RGB value is (100,246,173). Sum of RGB (Red+Green+Blue) = 100+246+173=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6AD is #9B0952. Grayscale: #C2C2C2. Windows color (decimal): -10160467 or 11400804. OLE color: 11400804.

HSL color Cylindrical-coordinate representation of color #64F6AD: hue angle of 150º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6AD is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 246 173 -
CMYK 0.59 0 0.30 0.04
HSL 150º 0.89% 0.68% -
HSV(B) 150º 0.59% 0.96% -
XYZ 45.75 71.64 50.95 -
YUV 194.02 116.13 60.94 -
System Red Green Blue C M Y K H S L
Decimal 100 246 173 0.59 0 0.30 0.04 150 0.89 0.68
Hex 64 F6 AD 3B 0 1E 4 96 59 44
Octal 144 366 255 73 0 36 4 226 131 104
Binary 1100100 11110110 10101101 111011 0 11110 100 10010110 1011001 1000100

Color Harmonies of #64F6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F6AD

Black with #64F6AD

Text Example


Text Example

White with #64F6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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