Html Css Color HEX #64CCA3 Medium Aquamarine

📋 copy color: '#64CCA3'

red 100 ◦ green 204 ◦ blue 163

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

Shades of Medium Aquamarine #64CCA3

Tints of Medium Aquamarine #64CCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 21.41%
G = 43.68%
B = 34.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#64CCA3 (or 0x64CCA3) is known color: Medium Aquamarine. HEX triplet: 64, CC and A3. RGB value is (100,204,163). Sum of RGB (Red+Green+Blue) = 100+204+163=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCA3 is #9B335C. Grayscale: #A8A8A8. Windows color (decimal): -10171229 or 10734692. OLE color: 10734692.

HSL color Cylindrical-coordinate representation of color #64CCA3: hue angle of 156.35º 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 #64CCA3 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 163 -
CMYK 0.51 0 0.20 0.2
HSL 156.35º 0.5% 0.6% -
HSV(B) 156.35º 0.51% 0.8% -
XYZ 33.46 48.54 42.26 -
YUV 168.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 100 204 163 0.51 0 0.20 0.2 156.35 0.5 0.6
Hex 64 CC A3 33 0 14 14 9C 32 3C
Octal 144 314 243 63 0 24 24 234 62 74
Binary 1100100 11001100 10100011 110011 0 10100 10100 10011100 110010 111100

Color Harmonies of #64CCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCA3

Black with #64CCA3

Text Example


Text Example

White with #64CCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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