Html Css Color HEX #64F8AD Medium Aquamarine

📋 copy color: '#64F8AD'

red 100 ◦ green 248 ◦ blue 173

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

Shades of Medium Aquamarine #64F8AD

Tints of Medium Aquamarine #64F8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

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

R = 19.19%
G = 47.6%
B = 33.21%

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

#64F8AD (or 0x64F8AD) is known color: Medium Aquamarine. HEX triplet: 64, F8 and AD. RGB value is (100,248,173). Sum of RGB (Red+Green+Blue) = 100+248+173=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F8AD is #9B0752. Grayscale: #C3C3C3. Windows color (decimal): -10159955 or 11401316. OLE color: 11401316.

HSL color Cylindrical-coordinate representation of color #64F8AD: hue angle of 149.59º degrees, saturation: 0.91, 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 #64F8AD is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 248 173 -
CMYK 0.60 0 0.30 0.03
HSL 149.59º 0.91% 0.68% -
HSV(B) 149.59º 0.6% 0.97% -
XYZ 46.37 72.86 51.16 -
YUV 195.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 100 248 173 0.60 0 0.30 0.03 149.59 0.91 0.68
Hex 64 F8 AD 3C 0 1E 3 96 5B 44
Octal 144 370 255 74 0 36 3 226 133 104
Binary 1100100 11111000 10101101 111100 0 11110 11 10010110 1011011 1000100

Color Harmonies of #64F8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F8AD

Black with #64F8AD

Text Example


Text Example

White with #64F8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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