#114C3E

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

Shades of Deep Teal #114C3E

Tints of Deep Teal #114C3E

Color information

#114C3E (or 0x114C3E) is unknown color: approx Deep Teal. HEX triplet: 11, 4C and 3E. RGB value is (17,76,62). Sum of RGB (Red+Green+Blue) = 17+76+62=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #114C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C3E is #EEB3C1. Grayscale: #383838. Windows color (decimal): -15643586 or 4082705. OLE color: 4082705.

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

Color convert

RGB177662-
CMYK0.7800.180.70
HSL165.76º63.44%18.24%-
HSV(B)165.76º77.63%29.8%-
XYZ3.695.645.45-
YUV56.76130.9599.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 62 (24.61% from 255) = 40%
R=10.97%
G=49.03%
B=40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776620.7800.180.70165.7663.4418.24
Hex114C3E4E01246a63f12
Octal21114761160221062467722
Binary100011001100111110100111001001010001101010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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