#63FAAA

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

Shades of Medium Aquamarine #63FAAA

Tints of Medium Aquamarine #63FAAA

Color information

#63FAAA (or 0x63FAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 63, FA and AA. RGB value is (99,250,170). Sum of RGB (Red+Green+Blue) = 99+250+170=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FAAA is #9C0555. Grayscale: #C3C3C3. Windows color (decimal): -10224982 or 11205219. OLE color: 11205219.

HSL color Cylindrical-coordinate representation of color #63FAAA: hue angle of 148.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAAA is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB99250170-
CMYK0.6000.320.02
HSL148.21º93.79%68.43%-
HSV(B)148.21º60.4%98.04%-
XYZ46.5973.9349.84-
YUV195.73113.4759-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.08%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=19.08%
G=48.17%
B=32.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal992501700.6000.320.02148.2193.7968.43
Hex63FAAA3C0202945e44
Octal143372252740402224136104
Binary110001111111010101010101111000100000101001010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,250,170); }

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

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

 a { background-color: rgb(99,250,170); }

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

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

 span { border-color: rgb(99,250,170); }

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