#51A184

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

Shades of Patina #51A184

Tints of Patina #51A184

Color information

#51A184 (or 0x51A184) is unknown color: approx Patina. HEX triplet: 51, A1 and 84. RGB value is (81,161,132). Sum of RGB (Red+Green+Blue) = 81+161+132=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #51A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A184 is #AE5E7B. Grayscale: #858585. Windows color (decimal): -11427452 or 8692049. OLE color: 8692049.

HSL color Cylindrical-coordinate representation of color #51A184: hue angle of 158.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A184 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB81161132-
CMYK0.5000.180.37
HSL158.25º33.06%47.45%-
HSV(B)158.25º49.69%63.14%-
XYZ20.328.9126.34-
YUV133.7712790.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 161 (63.28% from 255) = 43.05%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=21.66%
G=43.05%
B=35.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811611320.5000.180.37158.2533.0647.45
Hex51A18432012259e212f
Octal12124120462022452364157
Binary1010001101000011000010011001001001010010110011110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A184; }

 p { color: rgb(81,161,132); }

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

<style>
 a { background-color: #51A184; }

 a { background-color: rgb(81,161,132); }

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

<style>
 span { border-color: #51A184; }

 span { border-color: rgb(81,161,132); }

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