Html Css Color HEX #64DFAA Medium Aquamarine

📋 copy color: '#64DFAA'

red 100 ◦ green 223 ◦ blue 170

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

Shades of Medium Aquamarine #64DFAA

Tints of Medium Aquamarine #64DFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 20.28%
G = 45.23%
B = 34.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#64DFAA (or 0x64DFAA) is known color: Medium Aquamarine. HEX triplet: 64, DF and AA. RGB value is (100,223,170). Sum of RGB (Red+Green+Blue) = 100+223+170=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFAA is #9B2055. Grayscale: #B4B4B4. Windows color (decimal): -10166358 or 11198308. OLE color: 11198308.

HSL color Cylindrical-coordinate representation of color #64DFAA: hue angle of 154.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFAA is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 170 -
CMYK 0.55 0 0.24 0.13
HSL 154.15º 0.66% 0.63% -
HSV(B) 154.15º 0.55% 0.87% -
XYZ 38.9 58.39 47.25 -
YUV 180.18 122.25 70.81 -
System Red Green Blue C M Y K H S L
Decimal 100 223 170 0.55 0 0.24 0.13 154.15 0.66 0.63
Hex 64 DF AA 37 0 18 D 9A 42 3F
Octal 144 337 252 67 0 30 15 232 102 77
Binary 1100100 11011111 10101010 110111 0 11000 1101 10011010 1000010 111111

Color Harmonies of #64DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFAA

Black with #64DFAA

Text Example


Text Example

White with #64DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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