Html Css Color HEX #51998F Lochinvar

📋 copy color: '#51998F'

red 81 ◦ green 153 ◦ blue 143

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

Shades of Lochinvar #51998F

Tints of Lochinvar #51998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

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

R = 21.49%
G = 40.58%
B = 37.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#51998F (or 0x51998F) is known color: Lochinvar. HEX triplet: 51, 99 and 8F. RGB value is (81,153,143). Sum of RGB (Red+Green+Blue) = 81+153+143=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #51998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51998F is #AE6670. Grayscale: #828282. Windows color (decimal): -11429489 or 9410897. OLE color: 9410897.

HSL color Cylindrical-coordinate representation of color #51998F: hue angle of 171.67º degrees, saturation: 0.31, 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 #51998F is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 143 -
CMYK 0.47 0 0.07 0.4
HSL 171.67º 0.31% 0.46% -
HSV(B) 171.67º 0.47% 0.6% -
XYZ 19.74 26.51 30.06 -
YUV 130.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 81 153 143 0.47 0 0.07 0.4 171.67 0.31 0.46
Hex 51 99 8F 2F 0 7 28 AC 1F 2E
Octal 121 231 217 57 0 7 50 254 37 56
Binary 1010001 10011001 10001111 101111 0 111 101000 10101100 11111 101110

Color Harmonies of #51998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51998F

Black with #51998F

Text Example


Text Example

White with #51998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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