#63FAD7

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

Shades of Aquamarine #63FAD7

Tints of Aquamarine #63FAD7

Color information

#63FAD7 (or 0x63FAD7) is unknown color: approx Aquamarine. HEX triplet: 63, FA and D7. RGB value is (99,250,215). Sum of RGB (Red+Green+Blue) = 99+250+215=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FAD7 is #9C0528. Grayscale: #C8C8C8. Windows color (decimal): -10224937 or 14154339. OLE color: 14154339.

HSL color Cylindrical-coordinate representation of color #63FAD7: hue angle of 166.09º 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 #63FAD7 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB99250215-
CMYK0.6000.140.02
HSL166.09º93.79%68.43%-
HSV(B)166.09º60.4%98.04%-
XYZ51.675.9376.23-
YUV200.86135.9755.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.55%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=17.55%
G=44.33%
B=38.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal992502150.6000.140.02166.0993.7968.43
Hex63FAD73C0E2a65e44
Octal143372327740162246136104
Binary1100011111110101101011111110001110101010011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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