#63F5CC

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

Shades of Aquamarine #63F5CC

Tints of Aquamarine #63F5CC

Color information

#63F5CC (or 0x63F5CC) is unknown color: approx Aquamarine. HEX triplet: 63, F5 and CC. RGB value is (99,245,204). Sum of RGB (Red+Green+Blue) = 99+245+204=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #63F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F5CC is #9C0A33. Grayscale: #C4C4C4. Windows color (decimal): -10226228 or 13432163. OLE color: 13432163.

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

Color convert

RGB99245204-
CMYK0.6000.170.04
HSL163.15º87.95%67.45%-
HSV(B)163.15º59.59%96.08%-
XYZ48.772.3268.52-
YUV196.67132.1358.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.07%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=18.07%
G=44.71%
B=37.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal992452040.6000.170.04163.1587.9567.45
Hex63F5CC3C0114a35843
Octal143365314740214243130103
Binary110001111110101110011001111000100011001010001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,245,204); }

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

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

 a { background-color: rgb(99,245,204); }

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

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

 span { border-color: rgb(99,245,204); }

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