#63D8A0

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

Shades of Medium Aquamarine #63D8A0

Tints of Medium Aquamarine #63D8A0

Color information

#63D8A0 (or 0x63D8A0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, D8 and A0. RGB value is (99,216,160). Sum of RGB (Red+Green+Blue) = 99+216+160=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #63D8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D8A0 is #9C275F. Grayscale: #AEAEAE. Windows color (decimal): -10233696 or 10541155. OLE color: 10541155.

HSL color Cylindrical-coordinate representation of color #63D8A0: hue angle of 151.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D8A0 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB99216160-
CMYK0.5400.260.15
HSL151.28º60%61.76%-
HSV(B)151.28º54.17%84.71%-
XYZ36.0554.341.84-
YUV174.63119.7474.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=20.84%
G=45.47%
B=33.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992161600.5400.260.15151.286061.76
Hex63D8A03601AF973c3e
Octal14333024066032172277476
Binary11000111101100010100000110110011010111110010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,216,160); }

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

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

 a { background-color: rgb(99,216,160); }

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

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

 span { border-color: rgb(99,216,160); }

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