#114C3D

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

Shades of Deep Teal #114C3D

Tints of Deep Teal #114C3D

Color information

#114C3D (or 0x114C3D) is unknown color: approx Deep Teal. HEX triplet: 11, 4C and 3D. RGB value is (17,76,61). Sum of RGB (Red+Green+Blue) = 17+76+61=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #114C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C3D is #EEB3C2. Grayscale: #383838. Windows color (decimal): -15643587 or 4017169. OLE color: 4017169.

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

Color convert

RGB177661-
CMYK0.7800.200.70
HSL164.75º63.44%18.24%-
HSV(B)164.75º77.63%29.8%-
XYZ3.665.625.31-
YUV56.65130.4599.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=11.04%
G=49.35%
B=39.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776610.7800.200.70164.7563.4418.24
Hex114C3D4E01446a53f12
Octal21114751160241062457722
Binary100011001100111101100111001010010001101010010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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