Html Css Color HEX #4C9D8F Lochinvar

📋 copy color: '#4C9D8F'

red 76 ◦ green 157 ◦ blue 143

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

Shades of Lochinvar #4C9D8F

Tints of Lochinvar #4C9D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

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

R = 20.21%
G = 41.76%
B = 38.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#4C9D8F (or 0x4C9D8F) is known color: Lochinvar. HEX triplet: 4C, 9D and 8F. RGB value is (76,157,143). Sum of RGB (Red+Green+Blue) = 76+157+143=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D8F is #B36270. Grayscale: #838383. Windows color (decimal): -11756145 or 9411916. OLE color: 9411916.

HSL color Cylindrical-coordinate representation of color #4C9D8F: hue angle of 169.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9D8F is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 157 143 -
CMYK 0.52 0 0.09 0.38
HSL 169.63º 0.35% 0.46% -
HSV(B) 169.63º 0.52% 0.62% -
XYZ 20 27.63 30.27 -
YUV 131.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 76 157 143 0.52 0 0.09 0.38 169.63 0.35 0.46
Hex 4C 9D 8F 34 0 9 26 AA 23 2E
Octal 114 235 217 64 0 11 46 252 43 56
Binary 1001100 10011101 10001111 110100 0 1001 100110 10101010 100011 101110

Color Harmonies of #4C9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9D8F

Black with #4C9D8F

Text Example


Text Example

White with #4C9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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