Html Css Color HEX #51A38C Lochinvar

📋 copy color: '#51A38C'

red 81 ◦ green 163 ◦ blue 140

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

Shades of Lochinvar #51A38C

Tints of Lochinvar #51A38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 21.09%
G = 42.45%
B = 36.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#51A38C (or 0x51A38C) is known color: Lochinvar. HEX triplet: 51, A3 and 8C. RGB value is (81,163,140). Sum of RGB (Red+Green+Blue) = 81+163+140=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #51A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A38C is #AE5C73. Grayscale: #878787. Windows color (decimal): -11426932 or 9216849. OLE color: 9216849.

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

Color convert

RGB 81 163 140 -
CMYK 0.50 0 0.14 0.36
HSL 163.17º 0.34% 0.48% -
HSV(B) 163.17º 0.5% 0.64% -
XYZ 21.22 29.84 29.45 -
YUV 135.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 81 163 140 0.50 0 0.14 0.36 163.17 0.34 0.48
Hex 51 A3 8C 32 0 E 24 A3 22 30
Octal 121 243 214 62 0 16 44 243 42 60
Binary 1010001 10100011 10001100 110010 0 1110 100100 10100011 100010 110000

Color Harmonies of #51A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A38C

Black with #51A38C

Text Example


Text Example

White with #51A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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