#63A486

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

Shades of Patina #63A486

Tints of Patina #63A486

Color information

#63A486 (or 0x63A486) is unknown color: approx Patina. HEX triplet: 63, A4 and 86. RGB value is (99,164,134). Sum of RGB (Red+Green+Blue) = 99+164+134=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #63A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A486 is #9C5B79. Grayscale: #8D8D8D. Windows color (decimal): -10247034 or 8823907. OLE color: 8823907.

HSL color Cylindrical-coordinate representation of color #63A486: hue angle of 152.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A486 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB99164134-
CMYK0.4000.180.36
HSL152.31º26.32%51.57%-
HSV(B)152.31º39.63%64.31%-
XYZ22.7230.9227.33-
YUV141.15123.9797.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.94%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=24.94%
G=41.31%
B=33.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991641340.4000.180.36152.3126.3251.57
Hex63A4862801224981a34
Octal14324420650022442303264
Binary110001110100100100001101010000100101001001001100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,164,134); }

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

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

 a { background-color: rgb(99,164,134); }

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

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

 span { border-color: rgb(99,164,134); }

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