#63CCAA

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

Shades of Medium Aquamarine #63CCAA

Tints of Medium Aquamarine #63CCAA

Color information

#63CCAA (or 0x63CCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CC and AA. RGB value is (99,204,170). Sum of RGB (Red+Green+Blue) = 99+204+170=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCAA is #9C3355. Grayscale: #A8A8A8. Windows color (decimal): -10236758 or 11193443. OLE color: 11193443.

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

Color convert

RGB99204170-
CMYK0.5100.170.2
HSL160.57º50.72%59.41%-
HSV(B)160.57º51.47%80%-
XYZ33.9948.7445.65-
YUV168.73128.7178.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=20.93%
G=43.13%
B=35.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal992041700.5100.170.2160.5750.7259.41
Hex63CCAA3301114a1333b
Octal14331425263021242416373
Binary110001111001100101010101100110100011010010100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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