#63CAA6

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

Shades of Medium Aquamarine #63CAA6

Tints of Medium Aquamarine #63CAA6

Color information

#63CAA6 (or 0x63CAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 63, CA and A6. RGB value is (99,202,166). Sum of RGB (Red+Green+Blue) = 99+202+166=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #63CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CAA6 is #9C3559. Grayscale: #A7A7A7. Windows color (decimal): -10237274 or 10930787. OLE color: 10930787.

HSL color Cylindrical-coordinate representation of color #63CAA6: hue angle of 159.03º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CAA6 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB99202166-
CMYK0.5100.180.21
HSL159.03º49.28%59.02%-
HSV(B)159.03º50.99%79.22%-
XYZ33.1547.6543.53-
YUV167.1127.3879.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=21.20%
G=43.25%
B=35.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal992021660.5100.180.21159.0349.2859.02
Hex63CAA633012159f313b
Octal14331224663022252376173
Binary110001111001010101001101100110100101010110011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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