Html Css Color HEX #4C9E8F Lochinvar

📋 copy color: '#4C9E8F'

red 76 ◦ green 158 ◦ blue 143

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

Shades of Lochinvar #4C9E8F

Tints of Lochinvar #4C9E8F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.91%

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

R = 20.16%
G = 41.91%
B = 37.93%

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

#4C9E8F (or 0x4C9E8F) is known color: Lochinvar. HEX triplet: 4C, 9E and 8F. RGB value is (76,158,143). Sum of RGB (Red+Green+Blue) = 76+158+143=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E8F is #B36170. Grayscale: #838383. Windows color (decimal): -11755889 or 9412172. OLE color: 9412172.

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

Color convert

RGB 76 158 143 -
CMYK 0.52 0 0.09 0.38
HSL 169.02º 0.35% 0.46% -
HSV(B) 169.02º 0.52% 0.62% -
XYZ 20.17 27.97 30.32 -
YUV 131.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 76 158 143 0.52 0 0.09 0.38 169.02 0.35 0.46
Hex 4C 9E 8F 34 0 9 26 A9 23 2E
Octal 114 236 217 64 0 11 46 251 43 56
Binary 1001100 10011110 10001111 110100 0 1001 100110 10101001 100011 101110

Color Harmonies of #4C9E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9E8F

Black with #4C9E8F

Text Example


Text Example

White with #4C9E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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