Html Css Color HEX #64EDA9 Medium Aquamarine

📋 copy color: '#64EDA9'

red 100 ◦ green 237 ◦ blue 169

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

Shades of Medium Aquamarine #64EDA9

Tints of Medium Aquamarine #64EDA9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.84%

 BLUE value IS 169 (66.41% from 255) = 33.4%

R = 19.76%
G = 46.84%
B = 33.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#64EDA9 (or 0x64EDA9) is known color: Medium Aquamarine. HEX triplet: 64, ED and A9. RGB value is (100,237,169). Sum of RGB (Red+Green+Blue) = 100+237+169=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EDA9 is #9B1256. Grayscale: #BCBCBC. Windows color (decimal): -10162775 or 11136356. OLE color: 11136356.

HSL color Cylindrical-coordinate representation of color #64EDA9: hue angle of 150.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EDA9 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 237 169 -
CMYK 0.58 0 0.29 0.07
HSL 150.22º 0.79% 0.66% -
HSV(B) 150.22º 0.58% 0.93% -
XYZ 42.7 66.14 48.05 -
YUV 188.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 100 237 169 0.58 0 0.29 0.07 150.22 0.79 0.66
Hex 64 ED A9 3A 0 1D 7 96 4F 42
Octal 144 355 251 72 0 35 7 226 117 102
Binary 1100100 11101101 10101001 111010 0 11101 111 10010110 1001111 1000010

Color Harmonies of #64EDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EDA9

Black with #64EDA9

Text Example


Text Example

White with #64EDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,237,169); }

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

background-color css

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

 a { background-color: rgb(100,237,169); }

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

border-color css

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

 span { border-color: rgb(100,237,169); }

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