#63FFA0

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

Shades of Medium Aquamarine #63FFA0

Tints of Medium Aquamarine #63FFA0

Color information

#63FFA0 (or 0x63FFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 63, FF and A0. RGB value is (99,255,160). Sum of RGB (Red+Green+Blue) = 99+255+160=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FFA0 is #9C005F. Grayscale: #C5C5C5. Windows color (decimal): -10223712 or 10551139. OLE color: 10551139.

HSL color Cylindrical-coordinate representation of color #63FFA0: hue angle of 143.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFA0 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB99255160-
CMYK0.6100.370
HSL143.46º100%69.41%-
HSV(B)143.46º61.18%100%-
XYZ47.2576.7145.57-
YUV197.53106.8257.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.26%
GREEN value IS 255 (100% from 255) = 49.61%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=19.26%
G=49.61%
B=31.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992551600.6100.370143.4610069.41
Hex63FFA03D02508f6445
Octal143377240750450217144105
Binary11000111111111110100000111101010010101000111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,255,160); }

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

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

 a { background-color: rgb(99,255,160); }

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

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

 span { border-color: rgb(99,255,160); }

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