#114740

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

Shades of Deep Teal #114740

Tints of Deep Teal #114740

Color information

#114740 (or 0x114740) is unknown color: approx Deep Teal. HEX triplet: 11, 47 and 40. RGB value is (17,71,64). Sum of RGB (Red+Green+Blue) = 17+71+64=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #114740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114740 is #EEB8BF. Grayscale: #363636. Windows color (decimal): -15644864 or 4212497. OLE color: 4212497.

HSL color Cylindrical-coordinate representation of color #114740: hue angle of 172.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114740 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB177164-
CMYK0.7600.100.72
HSL172.22º61.36%17.25%-
HSV(B)172.22º76.06%27.84%-
XYZ3.4155.64-
YUV54.06133.61101.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=11.18%
G=46.71%
B=42.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771640.7600.100.72172.2261.3617.25
Hex1147404C0A48ac3d11
Octal211071001140121102547521
Binary100011000111100000010011000101010010001010110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114740; }

 p { color: rgb(17,71,64); }

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

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

 a { background-color: rgb(17,71,64); }

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

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

 span { border-color: rgb(17,71,64); }

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