#114639

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

Shades of Deep Teal #114639

Tints of Deep Teal #114639

Color information

#114639 (or 0x114639) is unknown color: approx Deep Teal. HEX triplet: 11, 46 and 39. RGB value is (17,70,57). Sum of RGB (Red+Green+Blue) = 17+70+57=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #114639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114639 is #EEB9C6. Grayscale: #343434. Windows color (decimal): -15645127 or 3753489. OLE color: 3753489.

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

Color convert

RGB177057-
CMYK0.7600.190.73
HSL165.28º60.92%17.06%-
HSV(B)165.28º75.71%27.45%-
XYZ3.164.794.63-
YUV52.67130.44102.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 70 (27.73% from 255) = 48.61%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=11.81%
G=48.61%
B=39.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770570.7600.190.73165.2860.9217.06
Hex1146394C01349a53d11
Octal21106711140231112457521
Binary100011000110111001100110001001110010011010010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114639; }

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

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

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

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

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

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

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

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