Html Css Color HEX #51A18A Lochinvar

📋 copy color: '#51A18A'

red 81 ◦ green 161 ◦ blue 138

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

Shades of Lochinvar #51A18A

Tints of Lochinvar #51A18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 21.32%
G = 42.37%
B = 36.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#51A18A (or 0x51A18A) is known color: Lochinvar. HEX triplet: 51, A1 and 8A. RGB value is (81,161,138). Sum of RGB (Red+Green+Blue) = 81+161+138=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #51A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A18A is #AE5E75. Grayscale: #868686. Windows color (decimal): -11427446 or 9085265. OLE color: 9085265.

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

Color convert

RGB 81 161 138 -
CMYK 0.50 0 0.14 0.37
HSL 162.75º 0.33% 0.47% -
HSV(B) 162.75º 0.5% 0.63% -
XYZ 20.73 29.07 28.56 -
YUV 134.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 81 161 138 0.50 0 0.14 0.37 162.75 0.33 0.47
Hex 51 A1 8A 32 0 E 25 A3 21 2F
Octal 121 241 212 62 0 16 45 243 41 57
Binary 1010001 10100001 10001010 110010 0 1110 100101 10100011 100001 101111

Color Harmonies of #51A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A18A

Black with #51A18A

Text Example


Text Example

White with #51A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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