#63DDA4

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

Shades of Medium Aquamarine #63DDA4

Tints of Medium Aquamarine #63DDA4

Color information

#63DDA4 (or 0x63DDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 63, DD and A4. RGB value is (99,221,164). Sum of RGB (Red+Green+Blue) = 99+221+164=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DDA4 is #9C225B. Grayscale: #B2B2B2. Windows color (decimal): -10232412 or 10804579. OLE color: 10804579.

HSL color Cylindrical-coordinate representation of color #63DDA4: hue angle of 151.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDA4 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB99221164-
CMYK0.5500.260.13
HSL151.97º64.21%62.75%-
HSV(B)151.97º55.2%86.67%-
XYZ37.757.0544.15-
YUV178.02120.0871.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.45%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=20.45%
G=45.66%
B=33.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992211640.5500.260.13151.9764.2162.75
Hex63DDA43701AD98403f
Octal143335244670321523010077
Binary110001111011101101001001101110110101101100110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,221,164); }

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

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

 a { background-color: rgb(99,221,164); }

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

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

 span { border-color: rgb(99,221,164); }

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