Html Css Color HEX #51A385 Patina

📋 copy color: '#51A385'

red 81 ◦ green 163 ◦ blue 133

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

Shades of Patina #51A385

Tints of Patina #51A385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 21.49%
G = 43.24%
B = 35.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#51A385 (or 0x51A385) is known color: Patina. HEX triplet: 51, A3 and 85. RGB value is (81,163,133). Sum of RGB (Red+Green+Blue) = 81+163+133=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #51A385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A385 is #AE5C7A. Grayscale: #878787. Windows color (decimal): -11426939 or 8758097. OLE color: 8758097.

HSL color Cylindrical-coordinate representation of color #51A385: hue angle of 158.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A385 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 163 133 -
CMYK 0.50 0 0.18 0.36
HSL 158.05º 0.34% 0.48% -
HSV(B) 158.05º 0.5% 0.64% -
XYZ 20.72 29.64 26.82 -
YUV 135.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 81 163 133 0.50 0 0.18 0.36 158.05 0.34 0.48
Hex 51 A3 85 32 0 12 24 9E 22 30
Octal 121 243 205 62 0 22 44 236 42 60
Binary 1010001 10100011 10000101 110010 0 10010 100100 10011110 100010 110000

Color Harmonies of #51A385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A385

Black with #51A385

Text Example


Text Example

White with #51A385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,163,133); }

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

background-color css

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

 a { background-color: rgb(81,163,133); }

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

border-color css

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

 span { border-color: rgb(81,163,133); }

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