Html Css Color HEX #51988F Lochinvar

📋 copy color: '#51988F'

red 81 ◦ green 152 ◦ blue 143

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

Shades of Lochinvar #51988F

Tints of Lochinvar #51988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 21.54%
G = 40.43%
B = 38.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#51988F (or 0x51988F) is known color: Lochinvar. HEX triplet: 51, 98 and 8F. RGB value is (81,152,143). Sum of RGB (Red+Green+Blue) = 81+152+143=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #51988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988F is #AE6770. Grayscale: #818181. Windows color (decimal): -11429745 or 9410641. OLE color: 9410641.

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

Color convert

RGB 81 152 143 -
CMYK 0.47 0 0.06 0.40
HSL 172.39º 0.3% 0.46% -
HSV(B) 172.39º 0.47% 0.6% -
XYZ 19.58 26.19 30.01 -
YUV 129.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 81 152 143 0.47 0 0.06 0.40 172.39 0.3 0.46
Hex 51 98 8F 2F 0 6 28 AC 1E 2E
Octal 121 230 217 57 0 6 50 254 36 56
Binary 1010001 10011000 10001111 101111 0 110 101000 10101100 11110 101110

Color Harmonies of #51988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51988F

Black with #51988F

Text Example


Text Example

White with #51988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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