Html Css Color HEX #51A183 Patina

📋 copy color: '#51A183'

red 81 ◦ green 161 ◦ blue 131

#51A183
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #51A183

Tints of Patina #51A183

RGB

 RED value IS 81 (32.03% from 255) = 21.72%

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 21.72%
G = 43.16%
B = 35.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#51A183 (or 0x51A183) is known color: Patina. HEX triplet: 51, A1 and 83. RGB value is (81,161,131). Sum of RGB (Red+Green+Blue) = 81+161+131=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #51A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A183 is #AE5E7C. Grayscale: #858585. Windows color (decimal): -11427453 or 8626513. OLE color: 8626513.

HSL color Cylindrical-coordinate representation of color #51A183: hue angle of 157.5º 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 #51A183 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 161 131 -
CMYK 0.50 0 0.19 0.37
HSL 157.5º 0.33% 0.47% -
HSV(B) 157.5º 0.5% 0.63% -
XYZ 20.23 28.88 25.98 -
YUV 133.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 81 161 131 0.50 0 0.19 0.37 157.5 0.33 0.47
Hex 51 A1 83 32 0 13 25 9E 21 2F
Octal 121 241 203 62 0 23 45 236 41 57
Binary 1010001 10100001 10000011 110010 0 10011 100101 10011110 100001 101111

Color Harmonies of #51A183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A183

Black with #51A183

Text Example


Text Example

White with #51A183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51A183;
 }
 .AnyTagClassName
 {
   color: #51A183;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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