Html Css Color HEX #64DAAA Medium Aquamarine

📋 copy color: '#64DAAA'

red 100 ◦ green 218 ◦ blue 170

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

Shades of Medium Aquamarine #64DAAA

Tints of Medium Aquamarine #64DAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 20.49%
G = 44.67%
B = 34.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#64DAAA (or 0x64DAAA) is known color: Medium Aquamarine. HEX triplet: 64, DA and AA. RGB value is (100,218,170). Sum of RGB (Red+Green+Blue) = 100+218+170=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DAAA is #9B2555. Grayscale: #B1B1B1. Windows color (decimal): -10167638 or 11197028. OLE color: 11197028.

HSL color Cylindrical-coordinate representation of color #64DAAA: hue angle of 155.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAAA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 170 -
CMYK 0.54 0 0.22 0.15
HSL 155.59º 0.61% 0.62% -
HSV(B) 155.59º 0.54% 0.85% -
XYZ 37.58 55.75 46.81 -
YUV 177.25 123.91 72.9 -
System Red Green Blue C M Y K H S L
Decimal 100 218 170 0.54 0 0.22 0.15 155.59 0.61 0.62
Hex 64 DA AA 36 0 16 F 9C 3D 3E
Octal 144 332 252 66 0 26 17 234 75 76
Binary 1100100 11011010 10101010 110110 0 10110 1111 10011100 111101 111110

Color Harmonies of #64DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DAAA

Black with #64DAAA

Text Example


Text Example

White with #64DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,170); }

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

background-color css

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

 a { background-color: rgb(100,218,170); }

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

border-color css

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

 span { border-color: rgb(100,218,170); }

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