#63F6CA

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

Shades of Aquamarine #63F6CA

Tints of Aquamarine #63F6CA

Color information

#63F6CA (or 0x63F6CA) is unknown color: approx Aquamarine. HEX triplet: 63, F6 and CA. RGB value is (99,246,202). Sum of RGB (Red+Green+Blue) = 99+246+202=547 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.10% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #63F6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F6CA is #9C0935. Grayscale: #C5C5C5. Windows color (decimal): -10225974 or 13301347. OLE color: 13301347.

HSL color Cylindrical-coordinate representation of color #63F6CA: hue angle of 162.04º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F6CA is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB99246202-
CMYK0.6000.180.04
HSL162.04º89.09%67.65%-
HSV(B)162.04º59.76%96.47%-
XYZ48.7672.8367.36-
YUV197.03130.858.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.10%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=18.10%
G=44.97%
B=36.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal992462020.6000.180.04162.0489.0967.65
Hex63F6CA3C0124a25944
Octal143366312740224242131104
Binary110001111110110110010101111000100101001010001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,246,202); }

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

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

 a { background-color: rgb(99,246,202); }

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

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

 span { border-color: rgb(99,246,202); }

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