Html Css Color HEX #4C988B Lochinvar

📋 copy color: '#4C988B'

red 76 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #4C988B

Tints of Lochinvar #4C988B

RGB

 RED value IS 76 (30.08% from 255) = 20.71%

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 20.71%
G = 41.42%
B = 37.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#4C988B (or 0x4C988B) is known color: Lochinvar. HEX triplet: 4C, 98 and 8B. RGB value is (76,152,139). Sum of RGB (Red+Green+Blue) = 76+152+139=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #4C988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C988B is #B36774. Grayscale: #7F7F7F. Windows color (decimal): -11757429 or 9148492. OLE color: 9148492.

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

Color convert

RGB 76 152 139 -
CMYK 0.50 0 0.09 0.40
HSL 169.74º 0.33% 0.45% -
HSV(B) 169.74º 0.5% 0.6% -
XYZ 18.87 25.86 28.42 -
YUV 127.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 76 152 139 0.50 0 0.09 0.40 169.74 0.33 0.45
Hex 4C 98 8B 32 0 9 28 AA 21 2D
Octal 114 230 213 62 0 11 50 252 41 55
Binary 1001100 10011000 10001011 110010 0 1001 101000 10101010 100001 101101

Color Harmonies of #4C988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C988B

Black with #4C988B

Text Example


Text Example

White with #4C988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C988B;
 }
 .AnyTagClassName
 {
   color: #4C988B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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