Html Css Color HEX #64DCAD Medium Aquamarine

📋 copy color: '#64DCAD'

red 100 ◦ green 220 ◦ blue 173

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

Shades of Medium Aquamarine #64DCAD

Tints of Medium Aquamarine #64DCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 20.28%
G = 44.62%
B = 35.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#64DCAD (or 0x64DCAD) is known color: Medium Aquamarine. HEX triplet: 64, DC and AD. RGB value is (100,220,173). Sum of RGB (Red+Green+Blue) = 100+220+173=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DCAD is #9B2352. Grayscale: #B2B2B2. Windows color (decimal): -10167123 or 11394148. OLE color: 11394148.

HSL color Cylindrical-coordinate representation of color #64DCAD: hue angle of 156.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCAD is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 173 -
CMYK 0.55 0 0.21 0.14
HSL 156.5º 0.63% 0.63% -
HSV(B) 156.5º 0.55% 0.86% -
XYZ 38.39 56.91 48.5 -
YUV 178.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 100 220 173 0.55 0 0.21 0.14 156.5 0.63 0.63
Hex 64 DC AD 37 0 15 E 9C 3F 3F
Octal 144 334 255 67 0 25 16 234 77 77
Binary 1100100 11011100 10101101 110111 0 10101 1110 10011100 111111 111111

Color Harmonies of #64DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCAD

Black with #64DCAD

Text Example


Text Example

White with #64DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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