#63D0A0

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

Shades of Medium Aquamarine #63D0A0

Tints of Medium Aquamarine #63D0A0

Color information

#63D0A0 (or 0x63D0A0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, D0 and A0. RGB value is (99,208,160). Sum of RGB (Red+Green+Blue) = 99+208+160=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D0A0 is #9C2F5F. Grayscale: #AAAAAA. Windows color (decimal): -10235744 or 10539107. OLE color: 10539107.

HSL color Cylindrical-coordinate representation of color #63D0A0: hue angle of 153.58º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D0A0 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB99208160-
CMYK0.5200.230.18
HSL153.58º53.69%60.2%-
HSV(B)153.58º52.4%81.57%-
XYZ34.0550.341.17-
YUV169.94122.3977.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=21.20%
G=44.54%
B=34.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992081600.5200.230.18153.5853.6960.2
Hex63D0A034017129a363c
Octal14332024064027222326674
Binary110001111010000101000001101000101111001010011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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