#63CCA4

Color #63CCA4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #63CCA4

Tints of Medium Aquamarine #63CCA4

Color information

#63CCA4 (or 0x63CCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CC and A4. RGB value is (99,204,164). Sum of RGB (Red+Green+Blue) = 99+204+164=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCA4 is #9C335B. Grayscale: #A8A8A8. Windows color (decimal): -10236764 or 10800227. OLE color: 10800227.

HSL color Cylindrical-coordinate representation of color #63CCA4: hue angle of 157.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CCA4 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB99204164-
CMYK0.5100.200.2
HSL157.14º50.72%59.41%-
HSV(B)157.14º51.47%80%-
XYZ33.4448.5242.72-
YUV168.04125.7178.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=21.20%
G=43.68%
B=35.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal992041640.5100.200.2157.1450.7259.41
Hex63CCA433014149d333b
Octal14331424463024242356373
Binary110001111001100101001001100110101001010010011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63CCA4; }

 p { color: rgb(99,204,164); }

 H1.HeaderClassName
 {
   color: #63CCA4;
 }
 .AnyTagClassName
 {
   color: #63CCA4;
 }
</style>
background-color css

<style>
 a { background-color: #63CCA4; }

 a { background-color: rgb(99,204,164); }

 div.DivClassName
 {
   background-color: #63CCA4;
 }
 .BgClassName
 {
   background-color: #63CCA4;
 }
</style>
border-color css

<style>
 span { border-color: #63CCA4; }

 span { border-color: rgb(99,204,164); }

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