#63D6B0

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

Shades of Medium Aquamarine #63D6B0

Tints of Medium Aquamarine #63D6B0

Color information

#63D6B0 (or 0x63D6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, D6 and B0. RGB value is (99,214,176). Sum of RGB (Red+Green+Blue) = 99+214+176=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D6B0 is #9C294F. Grayscale: #AFAFAF. Windows color (decimal): -10234192 or 11589219. OLE color: 11589219.

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

Color convert

RGB99214176-
CMYK0.5400.180.16
HSL160.17º58.38%61.37%-
HSV(B)160.17º53.74%83.92%-
XYZ37.0353.8849.52-
YUV175.28128.473.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.25%
GREEN value IS 214 (83.98% from 255) = 43.76%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=20.25%
G=43.76%
B=35.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992141760.5400.180.16160.1758.3861.37
Hex63D6B03601210a03a3d
Octal14332626066022202407275
Binary110001111010110101100001101100100101000010100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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