#63A18D

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

Shades of Patina #63A18D

Tints of Patina #63A18D

Color information

#63A18D (or 0x63A18D) is unknown color: approx Patina. HEX triplet: 63, A1 and 8D. RGB value is (99,161,141). Sum of RGB (Red+Green+Blue) = 99+161+141=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #63A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A18D is #9C5E72. Grayscale: #8C8C8C. Windows color (decimal): -10247795 or 9281891. OLE color: 9281891.

HSL color Cylindrical-coordinate representation of color #63A18D: hue angle of 160.65º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A18D is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB99161141-
CMYK0.3900.120.37
HSL160.65º24.8%50.98%-
HSV(B)160.65º38.51%63.14%-
XYZ22.730.0729.81-
YUV140.18128.4698.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.69%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=24.69%
G=40.15%
B=35.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991611410.3900.120.37160.6524.850.98
Hex63A18D270C25a11933
Octal14324121547014452413163
Binary11000111010000110001101100111011001001011010000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,161,141); }

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

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

 a { background-color: rgb(99,161,141); }

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

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

 span { border-color: rgb(99,161,141); }

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