#63C8A8

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

Shades of Medium Aquamarine #63C8A8

Tints of Medium Aquamarine #63C8A8

Color information

#63C8A8 (or 0x63C8A8) is unknown color: approx Medium Aquamarine. HEX triplet: 63, C8 and A8. RGB value is (99,200,168). Sum of RGB (Red+Green+Blue) = 99+200+168=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #63C8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C8A8 is #9C3757. Grayscale: #A6A6A6. Windows color (decimal): -10237784 or 11061347. OLE color: 11061347.

HSL color Cylindrical-coordinate representation of color #63C8A8: hue angle of 160.99º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C8A8 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB99200168-
CMYK0.5000.160.22
HSL160.99º47.87%58.63%-
HSV(B)160.99º50.5%78.43%-
XYZ32.8746.7944.34-
YUV166.15129.0480.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=21.20%
G=42.83%
B=35.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal992001680.5000.160.22160.9947.8758.63
Hex63C8A83201016a1303b
Octal14331025062020262416073
Binary110001111001000101010001100100100001011010100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,200,168); }

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

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

 a { background-color: rgb(99,200,168); }

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

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

 span { border-color: rgb(99,200,168); }

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