#63CDB5

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

Shades of Medium Aquamarine #63CDB5

Tints of Medium Aquamarine #63CDB5

Color information

#63CDB5 (or 0x63CDB5) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CD and B5. RGB value is (99,205,181). Sum of RGB (Red+Green+Blue) = 99+205+181=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDB5 is #9C324A. Grayscale: #AAAAAA. Windows color (decimal): -10236491 or 11914595. OLE color: 11914595.

HSL color Cylindrical-coordinate representation of color #63CDB5: hue angle of 166.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDB5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB99205181-
CMYK0.5200.120.20
HSL166.42º51.46%59.61%-
HSV(B)166.42º51.71%80.39%-
XYZ35.3249.6551.44-
YUV170.57133.8876.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.41%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=20.41%
G=42.27%
B=37.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992051810.5200.120.20166.4251.4659.61
Hex63CDB5340C14a6333c
Octal14331526564014242466374
Binary11000111100110110110101110100011001010010100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,205,181); }

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

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

 a { background-color: rgb(99,205,181); }

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

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

 span { border-color: rgb(99,205,181); }

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