Html Css Color HEX #64CEAD Medium Aquamarine

📋 copy color: '#64CEAD'

red 100 ◦ green 206 ◦ blue 173

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

Shades of Medium Aquamarine #64CEAD

Tints of Medium Aquamarine #64CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 20.88%
G = 43.01%
B = 36.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#64CEAD (or 0x64CEAD) is known color: Medium Aquamarine. HEX triplet: 64, CE and AD. RGB value is (100,206,173). Sum of RGB (Red+Green+Blue) = 100+206+173=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CEAD is #9B3152. Grayscale: #AAAAAA. Windows color (decimal): -10170707 or 11390564. OLE color: 11390564.

HSL color Cylindrical-coordinate representation of color #64CEAD: hue angle of 161.32º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CEAD is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 173 -
CMYK 0.51 0 0.16 0.19
HSL 161.32º 0.52% 0.6% -
HSV(B) 161.32º 0.51% 0.81% -
XYZ 34.87 49.87 47.32 -
YUV 170.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 100 206 173 0.51 0 0.16 0.19 161.32 0.52 0.6
Hex 64 CE AD 33 0 10 13 A1 34 3C
Octal 144 316 255 63 0 20 23 241 64 74
Binary 1100100 11001110 10101101 110011 0 10000 10011 10100001 110100 111100

Color Harmonies of #64CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEAD

Black with #64CEAD

Text Example


Text Example

White with #64CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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