#114D42

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

Shades of Deep Teal #114D42

Tints of Deep Teal #114D42

Color information

#114D42 (or 0x114D42) is unknown color: approx Deep Teal. HEX triplet: 11, 4D and 42. RGB value is (17,77,66). Sum of RGB (Red+Green+Blue) = 17+77+66=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #114D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D42 is #EEB2BD. Grayscale: #393939. Windows color (decimal): -15643326 or 4345105. OLE color: 4345105.

HSL color Cylindrical-coordinate representation of color #114D42: hue angle of 169º 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 #114D42 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB177766-
CMYK0.7800.140.70
HSL169º63.83%18.43%-
HSV(B)169º77.92%30.2%-
XYZ3.875.826.07-
YUV57.81132.6298.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 77 (30.47% from 255) = 48.12%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=10.62%
G=48.12%
B=41.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777660.7800.140.7016963.8318.43
Hex114D424E0E46a94012
Octal2111510211601610625110022
Binary1000110011011000010100111001110100011010101001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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