#63DEA0

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

Shades of Medium Aquamarine #63DEA0

Tints of Medium Aquamarine #63DEA0

Color information

#63DEA0 (or 0x63DEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, DE and A0. RGB value is (99,222,160). Sum of RGB (Red+Green+Blue) = 99+222+160=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DEA0 is #9C215F. Grayscale: #B2B2B2. Windows color (decimal): -10232160 or 10542691. OLE color: 10542691.

HSL color Cylindrical-coordinate representation of color #63DEA0: hue angle of 149.76º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEA0 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB99222160-
CMYK0.5500.280.13
HSL149.76º65.08%62.94%-
HSV(B)149.76º55.41%87.06%-
XYZ37.6157.4342.36-
YUV178.16117.7571.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.58%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=20.58%
G=46.15%
B=33.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992221600.5500.280.13149.7665.0862.94
Hex63DEA03701CD96413f
Octal143336240670341522610177
Binary110001111011110101000001101110111001101100101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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