#63CCB0

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

Shades of Medium Aquamarine #63CCB0

Tints of Medium Aquamarine #63CCB0

Color information

#63CCB0 (or 0x63CCB0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CC and B0. RGB value is (99,204,176). Sum of RGB (Red+Green+Blue) = 99+204+176=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCB0 is #9C334F. Grayscale: #A9A9A9. Windows color (decimal): -10236752 or 11586659. OLE color: 11586659.

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

Color convert

RGB99204176-
CMYK0.5100.140.2
HSL164º50.72%59.41%-
HSV(B)164º51.47%80%-
XYZ34.5748.9748.7-
YUV169.41131.7177.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.67%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=20.67%
G=42.59%
B=36.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal992041760.5100.140.216450.7259.41
Hex63CCB0330E14a4333b
Octal14331426063016242446373
Binary11000111100110010110000110011011101010010100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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