Html Css Color HEX #51987E Patina

📋 copy color: '#51987E'

red 81 ◦ green 152 ◦ blue 126

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

Shades of Patina #51987E

Tints of Patina #51987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 22.56%
G = 42.34%
B = 35.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#51987E (or 0x51987E) is known color: Patina. HEX triplet: 51, 98 and 7E. RGB value is (81,152,126). Sum of RGB (Red+Green+Blue) = 81+152+126=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #51987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51987E is #AE6781. Grayscale: #7F7F7F. Windows color (decimal): -11429762 or 8296529. OLE color: 8296529.

HSL color Cylindrical-coordinate representation of color #51987E: hue angle of 158.03º 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 #51987E is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 126 -
CMYK 0.47 0 0.17 0.40
HSL 158.03º 0.3% 0.46% -
HSV(B) 158.03º 0.47% 0.6% -
XYZ 18.39 25.71 23.73 -
YUV 127.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 81 152 126 0.47 0 0.17 0.40 158.03 0.3 0.46
Hex 51 98 7E 2F 0 11 28 9E 1E 2E
Octal 121 230 176 57 0 21 50 236 36 56
Binary 1010001 10011000 1111110 101111 0 10001 101000 10011110 11110 101110

Color Harmonies of #51987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51987E

Black with #51987E

Text Example


Text Example

White with #51987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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