Html Css Color HEX #4C998B Lochinvar

📋 copy color: '#4C998B'

red 76 ◦ green 153 ◦ blue 139

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

Shades of Lochinvar #4C998B

Tints of Lochinvar #4C998B

RGB

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

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

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

R = 20.65%
G = 41.58%
B = 37.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#4C998B (or 0x4C998B) is known color: Lochinvar. HEX triplet: 4C, 99 and 8B. RGB value is (76,153,139). Sum of RGB (Red+Green+Blue) = 76+153+139=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #4C998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C998B is #B36674. Grayscale: #808080. Windows color (decimal): -11757173 or 9148748. OLE color: 9148748.

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

Color convert

RGB 76 153 139 -
CMYK 0.50 0 0.09 0.4
HSL 169.09º 0.34% 0.45% -
HSV(B) 169.09º 0.5% 0.6% -
XYZ 19.03 26.18 28.48 -
YUV 128.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 76 153 139 0.50 0 0.09 0.4 169.09 0.34 0.45
Hex 4C 99 8B 32 0 9 28 A9 22 2D
Octal 114 231 213 62 0 11 50 251 42 55
Binary 1001100 10011001 10001011 110010 0 1001 101000 10101001 100010 101101

Color Harmonies of #4C998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C998B

Black with #4C998B

Text Example


Text Example

White with #4C998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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