#114D3C

Color #114D3C Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #114D3C

Tints of Deep Teal #114D3C

Color information

#114D3C (or 0x114D3C) is unknown color: approx Deep Teal. HEX triplet: 11, 4D and 3C. RGB value is (17,77,60). Sum of RGB (Red+Green+Blue) = 17+77+60=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #114D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D3C is #EEB2C3. Grayscale: #393939. Windows color (decimal): -15643332 or 3951889. OLE color: 3951889.

HSL color Cylindrical-coordinate representation of color #114D3C: hue angle of 163º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D3C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB177760-
CMYK0.7800.220.70
HSL163º63.83%18.43%-
HSV(B)163º77.92%30.2%-
XYZ3.75.755.19-
YUV57.12129.6299.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 77 (30.47% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=11.04%
G=50%
B=38.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777600.7800.220.7016363.8318.43
Hex114D3C4E01646a34012
Octal211157411602610624310022
Binary1000110011011111001001110010110100011010100011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D3C; }

 p { color: rgb(17,77,60); }

 H1.HeaderClassName
 {
   color: #114D3C;
 }
 .AnyTagClassName
 {
   color: #114D3C;
 }
</style>
background-color css

<style>
 a { background-color: #114D3C; }

 a { background-color: rgb(17,77,60); }

 div.DivClassName
 {
   background-color: #114D3C;
 }
 .BgClassName
 {
   background-color: #114D3C;
 }
</style>
border-color css

<style>
 span { border-color: #114D3C; }

 span { border-color: rgb(17,77,60); }

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