Html Css Color HEX #64C8AD Medium Aquamarine

📋 copy color: '#64C8AD'

red 100 ◦ green 200 ◦ blue 173

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

Shades of Medium Aquamarine #64C8AD

Tints of Medium Aquamarine #64C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

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

R = 21.14%
G = 42.28%
B = 36.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#64C8AD (or 0x64C8AD) is known color: Medium Aquamarine. HEX triplet: 64, C8 and AD. RGB value is (100,200,173). Sum of RGB (Red+Green+Blue) = 100+200+173=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #64C8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C8AD is #9B3752. Grayscale: #A7A7A7. Windows color (decimal): -10172243 or 11389028. OLE color: 11389028.

HSL color Cylindrical-coordinate representation of color #64C8AD: hue angle of 163.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C8AD is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 200 173 -
CMYK 0.5 0 0.14 0.22
HSL 163.8º 0.48% 0.59% -
HSV(B) 163.8º 0.5% 0.78% -
XYZ 33.45 47.04 46.85 -
YUV 167.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 100 200 173 0.5 0 0.14 0.22 163.8 0.48 0.59
Hex 64 C8 AD 32 0 E 16 A4 30 3B
Octal 144 310 255 62 0 16 26 244 60 73
Binary 1100100 11001000 10101101 110010 0 1110 10110 10100100 110000 111011

Color Harmonies of #64C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8AD

Black with #64C8AD

Text Example


Text Example

White with #64C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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