#63D1B0

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

Shades of Medium Aquamarine #63D1B0

Tints of Medium Aquamarine #63D1B0

Color information

#63D1B0 (or 0x63D1B0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, D1 and B0. RGB value is (99,209,176). Sum of RGB (Red+Green+Blue) = 99+209+176=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D1B0 is #9C2E4F. Grayscale: #ACACAC. Windows color (decimal): -10235472 or 11587939. OLE color: 11587939.

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

Color convert

RGB99209176-
CMYK0.5300.160.18
HSL162º54.46%60.39%-
HSV(B)162º52.63%81.96%-
XYZ35.7851.3949.11-
YUV172.35130.0675.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.45%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=20.45%
G=43.18%
B=36.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992091760.5300.160.1816254.4660.39
Hex63D1B03501012a2363c
Octal14332126065020222426674
Binary110001111010001101100001101010100001001010100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,209,176); }

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

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

 a { background-color: rgb(99,209,176); }

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

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

 span { border-color: rgb(99,209,176); }

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