Html Css Color HEX #4C9B8A Lochinvar

📋 copy color: '#4C9B8A'

red 76 ◦ green 155 ◦ blue 138

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

Shades of Lochinvar #4C9B8A

Tints of Lochinvar #4C9B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 20.6%
G = 42.01%
B = 37.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#4C9B8A (or 0x4C9B8A) is known color: Lochinvar. HEX triplet: 4C, 9B and 8A. RGB value is (76,155,138). Sum of RGB (Red+Green+Blue) = 76+155+138=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9B8A is #B36475. Grayscale: #818181. Windows color (decimal): -11756662 or 9083724. OLE color: 9083724.

HSL color Cylindrical-coordinate representation of color #4C9B8A: hue angle of 167.09º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9B8A is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 155 138 -
CMYK 0.51 0 0.11 0.39
HSL 167.09º 0.34% 0.45% -
HSV(B) 167.09º 0.51% 0.61% -
XYZ 19.29 26.81 28.2 -
YUV 129.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 76 155 138 0.51 0 0.11 0.39 167.09 0.34 0.45
Hex 4C 9B 8A 33 0 B 27 A7 22 2D
Octal 114 233 212 63 0 13 47 247 42 55
Binary 1001100 10011011 10001010 110011 0 1011 100111 10100111 100010 101101

Color Harmonies of #4C9B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9B8A

Black with #4C9B8A

Text Example


Text Example

White with #4C9B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,155,138); }

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

background-color css

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

 a { background-color: rgb(76,155,138); }

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

border-color css

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

 span { border-color: rgb(76,155,138); }

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