#114C3B

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

Shades of Deep Teal #114C3B

Tints of Deep Teal #114C3B

Color information

#114C3B (or 0x114C3B) is unknown color: approx Deep Teal. HEX triplet: 11, 4C and 3B. RGB value is (17,76,59). Sum of RGB (Red+Green+Blue) = 17+76+59=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #114C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C3B is #EEB3C4. Grayscale: #383838. Windows color (decimal): -15643589 or 3886097. OLE color: 3886097.

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

Color convert

RGB177659-
CMYK0.7800.220.70
HSL162.71º63.44%18.24%-
HSV(B)162.71º77.63%29.8%-
XYZ3.615.65.03-
YUV56.42129.4599.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 76 (30.08% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=11.18%
G=50%
B=38.82%

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
Decimal1776590.7800.220.70162.7163.4418.24
Hex114C3B4E01646a33f12
Octal21114731160261062437722
Binary100011001100111011100111001011010001101010001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,59); }

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

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

 a { background-color: rgb(17,76,59); }

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

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

 span { border-color: rgb(17,76,59); }

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