Html Css Color HEX #64F2AD Medium Aquamarine

📋 copy color: '#64F2AD'

red 100 ◦ green 242 ◦ blue 173

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

Shades of Medium Aquamarine #64F2AD

Tints of Medium Aquamarine #64F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

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

R = 19.42%
G = 46.99%
B = 33.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#64F2AD (or 0x64F2AD) is known color: Medium Aquamarine. HEX triplet: 64, F2 and AD. RGB value is (100,242,173). Sum of RGB (Red+Green+Blue) = 100+242+173=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F2AD is #9B0D52. Grayscale: #BFBFBF. Windows color (decimal): -10161491 or 11399780. OLE color: 11399780.

HSL color Cylindrical-coordinate representation of color #64F2AD: hue angle of 150.85º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F2AD is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 242 173 -
CMYK 0.59 0 0.29 0.05
HSL 150.85º 0.85% 0.67% -
HSV(B) 150.85º 0.59% 0.95% -
XYZ 44.55 69.23 50.55 -
YUV 191.68 117.46 62.61 -
System Red Green Blue C M Y K H S L
Decimal 100 242 173 0.59 0 0.29 0.05 150.85 0.85 0.67
Hex 64 F2 AD 3B 0 1D 5 97 55 43
Octal 144 362 255 73 0 35 5 227 125 103
Binary 1100100 11110010 10101101 111011 0 11101 101 10010111 1010101 1000011

Color Harmonies of #64F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F2AD

Black with #64F2AD

Text Example


Text Example

White with #64F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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