#114939

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

Shades of Deep Teal #114939

Tints of Deep Teal #114939

Color information

#114939 (or 0x114939) is unknown color: approx Deep Teal. HEX triplet: 11, 49 and 39. RGB value is (17,73,57). Sum of RGB (Red+Green+Blue) = 17+73+57=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #114939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114939 is #EEB6C6. Grayscale: #363636. Windows color (decimal): -15644359 or 3754257. OLE color: 3754257.

HSL color Cylindrical-coordinate representation of color #114939: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114939 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB177357-
CMYK0.7700.220.71
HSL162.86º62.22%17.65%-
HSV(B)162.86º76.71%28.63%-
XYZ3.355.184.69-
YUV54.43129.45101.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=11.56%
G=49.66%
B=38.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773570.7700.220.71162.8662.2217.65
Hex1149394D01647a33e12
Octal21111711150261072437622
Binary100011001001111001100110101011010001111010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114939; }

 p { color: rgb(17,73,57); }

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

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

 a { background-color: rgb(17,73,57); }

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

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

 span { border-color: rgb(17,73,57); }

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