#4C988F

Color #4C988F Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4C988F

Tints of Lochinvar #4C988F

Color information

#4C988F (or 0x4C988F) is unknown color: approx Lochinvar. HEX triplet: 4C, 98 and 8F. RGB value is (76,152,143). Sum of RGB (Red+Green+Blue) = 76+152+143=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #4C988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C988F is #B36770. Grayscale: #808080. Windows color (decimal): -11757425 or 9410636. OLE color: 9410636.

HSL color Cylindrical-coordinate representation of color #4C988F: hue angle of 172.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C988F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB76152143-
CMYK0.5000.060.40
HSL172.89º33.33%44.71%-
HSV(B)172.89º50%59.61%-
XYZ19.1725.9829.99-
YUV128.25136.3290.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=20.49%
G=40.97%
B=38.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521430.5000.060.40172.8933.3344.71
Hex4C988F320628ad212d
Octal1142302176206502554155
Binary10011001001100010001111110010011010100010101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C988F; }

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

 H1.HeaderClassName
 {
   color: #4C988F;
 }
 .AnyTagClassName
 {
   color: #4C988F;
 }
</style>
background-color css

<style>
 a { background-color: #4C988F; }

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

 div.DivClassName
 {
   background-color: #4C988F;
 }
 .BgClassName
 {
   background-color: #4C988F;
 }
</style>
border-color css

<style>
 span { border-color: #4C988F; }

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

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