#63F295

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

Shades of Medium Aquamarine #63F295

Tints of Medium Aquamarine #63F295

Color information

#63F295 (or 0x63F295) is unknown color: approx Medium Aquamarine. HEX triplet: 63, F2 and 95. RGB value is (99,242,149). Sum of RGB (Red+Green+Blue) = 99+242+149=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #63F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63F295 is #9C0D6A. Grayscale: #BCBCBC. Windows color (decimal): -10227051 or 9826915. OLE color: 9826915.

HSL color Cylindrical-coordinate representation of color #63F295: hue angle of 140.98º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F295 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB99242149-
CMYK0.5900.380.05
HSL140.98º84.62%66.86%-
HSV(B)140.98º59.09%94.9%-
XYZ42.3268.3339.39-
YUV188.64105.6264.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.20%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=20.20%
G=49.39%
B=30.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992421490.5900.380.05140.9884.6266.86
Hex63F2953B02658d5543
Octal143362225730465215125103
Binary1100011111100101001010111101101001101011000110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,242,149); }

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

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

 a { background-color: rgb(99,242,149); }

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

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

 span { border-color: rgb(99,242,149); }

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