Html Css Color HEX #51987F Patina

📋 copy color: '#51987F'

red 81 ◦ green 152 ◦ blue 127

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

Shades of Patina #51987F

Tints of Patina #51987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 22.5%
G = 42.22%
B = 35.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#51987F (or 0x51987F) is known color: Patina. HEX triplet: 51, 98 and 7F. RGB value is (81,152,127). Sum of RGB (Red+Green+Blue) = 81+152+127=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #51987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51987F is #AE6780. Grayscale: #7F7F7F. Windows color (decimal): -11429761 or 8362065. OLE color: 8362065.

HSL color Cylindrical-coordinate representation of color #51987F: hue angle of 158.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51987F is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 127 -
CMYK 0.47 0 0.16 0.40
HSL 158.87º 0.3% 0.46% -
HSV(B) 158.87º 0.47% 0.6% -
XYZ 18.45 25.74 24.07 -
YUV 127.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 81 152 127 0.47 0 0.16 0.40 158.87 0.3 0.46
Hex 51 98 7F 2F 0 10 28 9F 1E 2E
Octal 121 230 177 57 0 20 50 237 36 56
Binary 1010001 10011000 1111111 101111 0 10000 101000 10011111 11110 101110

Color Harmonies of #51987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51987F

Black with #51987F

Text Example


Text Example

White with #51987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51987F; }

 p { color: rgb(81,152,127); }

 H1.HeaderClassName
 {
   color: #51987F;
 }
 .AnyTagClassName
 {
   color: #51987F;
 }
</style>

background-color css

<style>
 a { background-color: #51987F; }

 a { background-color: rgb(81,152,127); }

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

border-color css

<style>
 span { border-color: #51987F; }

 span { border-color: rgb(81,152,127); }

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