Html Css Color HEX #64CCA0 Medium Aquamarine

📋 copy color: '#64CCA0'

red 100 ◦ green 204 ◦ blue 160

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

Shades of Medium Aquamarine #64CCA0

Tints of Medium Aquamarine #64CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 21.55%
G = 43.97%
B = 34.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#64CCA0 (or 0x64CCA0) is known color: Medium Aquamarine. HEX triplet: 64, CC and A0. RGB value is (100,204,160). Sum of RGB (Red+Green+Blue) = 100+204+160=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCA0 is #9B335F. Grayscale: #A7A7A7. Windows color (decimal): -10171232 or 10538084. OLE color: 10538084.

HSL color Cylindrical-coordinate representation of color #64CCA0: hue angle of 154.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCA0 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 160 -
CMYK 0.51 0 0.22 0.2
HSL 154.62º 0.5% 0.6% -
HSV(B) 154.62º 0.51% 0.8% -
XYZ 33.19 48.43 40.86 -
YUV 167.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 100 204 160 0.51 0 0.22 0.2 154.62 0.5 0.6
Hex 64 CC A0 33 0 16 14 9B 32 3C
Octal 144 314 240 63 0 26 24 233 62 74
Binary 1100100 11001100 10100000 110011 0 10110 10100 10011011 110010 111100

Color Harmonies of #64CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCA0

Black with #64CCA0

Text Example


Text Example

White with #64CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,160); }

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

background-color css

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

 a { background-color: rgb(100,204,160); }

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

border-color css

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

 span { border-color: rgb(100,204,160); }

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