Html Css Color HEX #51988A Lochinvar

📋 copy color: '#51988A'

red 81 ◦ green 152 ◦ blue 138

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

Shades of Lochinvar #51988A

Tints of Lochinvar #51988A

RGB

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

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

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

R = 21.83%
G = 40.97%
B = 37.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#51988A (or 0x51988A) is known color: Lochinvar. HEX triplet: 51, 98 and 8A. RGB value is (81,152,138). Sum of RGB (Red+Green+Blue) = 81+152+138=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #51988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988A is #AE6775. Grayscale: #818181. Windows color (decimal): -11429750 or 9082961. OLE color: 9082961.

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

Color convert

RGB 81 152 138 -
CMYK 0.47 0 0.09 0.40
HSL 168.17º 0.3% 0.46% -
HSV(B) 168.17º 0.47% 0.6% -
XYZ 19.21 26.04 28.06 -
YUV 129.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 81 152 138 0.47 0 0.09 0.40 168.17 0.3 0.46
Hex 51 98 8A 2F 0 9 28 A8 1E 2E
Octal 121 230 212 57 0 11 50 250 36 56
Binary 1010001 10011000 10001010 101111 0 1001 101000 10101000 11110 101110

Color Harmonies of #51988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51988A

Black with #51988A

Text Example


Text Example

White with #51988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51988A; }

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

 H1.HeaderClassName
 {
   color: #51988A;
 }
 .AnyTagClassName
 {
   color: #51988A;
 }
</style>

background-color css

<style>
 a { background-color: #51988A; }

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

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

border-color css

<style>
 span { border-color: #51988A; }

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

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