Html Css Color HEX #64D0AD Medium Aquamarine

📋 copy color: '#64D0AD'

red 100 ◦ green 208 ◦ blue 173

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

Shades of Medium Aquamarine #64D0AD

Tints of Medium Aquamarine #64D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

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

R = 20.79%
G = 43.24%
B = 35.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#64D0AD (or 0x64D0AD) is known color: Medium Aquamarine. HEX triplet: 64, D0 and AD. RGB value is (100,208,173). Sum of RGB (Red+Green+Blue) = 100+208+173=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D0AD is #9B2F52. Grayscale: #ABABAB. Windows color (decimal): -10170195 or 11391076. OLE color: 11391076.

HSL color Cylindrical-coordinate representation of color #64D0AD: hue angle of 160.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0AD is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 173 -
CMYK 0.52 0 0.17 0.18
HSL 160.56º 0.53% 0.6% -
HSV(B) 160.56º 0.52% 0.82% -
XYZ 35.35 50.84 47.48 -
YUV 171.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 100 208 173 0.52 0 0.17 0.18 160.56 0.53 0.6
Hex 64 D0 AD 34 0 11 12 A1 35 3C
Octal 144 320 255 64 0 21 22 241 65 74
Binary 1100100 11010000 10101101 110100 0 10001 10010 10100001 110101 111100

Color Harmonies of #64D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D0AD

Black with #64D0AD

Text Example


Text Example

White with #64D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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