Html Css Color HEX #51A08A Lochinvar

📋 copy color: '#51A08A'

red 81 ◦ green 160 ◦ blue 138

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

Shades of Lochinvar #51A08A

Tints of Lochinvar #51A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

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

R = 21.37%
G = 42.22%
B = 36.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#51A08A (or 0x51A08A) is known color: Lochinvar. HEX triplet: 51, A0 and 8A. RGB value is (81,160,138). Sum of RGB (Red+Green+Blue) = 81+160+138=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #51A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A08A is #AE5F75. Grayscale: #858585. Windows color (decimal): -11427702 or 9085009. OLE color: 9085009.

HSL color Cylindrical-coordinate representation of color #51A08A: hue angle of 163.29º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A08A is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 160 138 -
CMYK 0.49 0 0.14 0.37
HSL 163.29º 0.33% 0.47% -
HSV(B) 163.29º 0.49% 0.63% -
XYZ 20.55 28.73 28.51 -
YUV 133.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 81 160 138 0.49 0 0.14 0.37 163.29 0.33 0.47
Hex 51 A0 8A 31 0 E 25 A3 21 2F
Octal 121 240 212 61 0 16 45 243 41 57
Binary 1010001 10100000 10001010 110001 0 1110 100101 10100011 100001 101111

Color Harmonies of #51A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A08A

Black with #51A08A

Text Example


Text Example

White with #51A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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