#63CCB4

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

Shades of Medium Aquamarine #63CCB4

Tints of Medium Aquamarine #63CCB4

Color information

#63CCB4 (or 0x63CCB4) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CC and B4. RGB value is (99,204,180). Sum of RGB (Red+Green+Blue) = 99+204+180=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCB4 is #9C334B. Grayscale: #A9A9A9. Windows color (decimal): -10236748 or 11848803. OLE color: 11848803.

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

Color convert

RGB99204180-
CMYK0.5100.120.2
HSL166.29º50.72%59.41%-
HSV(B)166.29º51.47%80%-
XYZ34.9849.1350.82-
YUV169.87133.7177.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.50%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=20.50%
G=42.24%
B=37.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal992041800.5100.120.2166.2950.7259.41
Hex63CCB4330C14a6333b
Octal14331426463014242466373
Binary11000111100110010110100110011011001010010100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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