#11493D

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

Shades of Deep Teal #11493D

Tints of Deep Teal #11493D

Color information

#11493D (or 0x11493D) is unknown color: approx Deep Teal. HEX triplet: 11, 49 and 3D. RGB value is (17,73,61). Sum of RGB (Red+Green+Blue) = 17+73+61=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #11493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11493D is #EEB6C2. Grayscale: #363636. Windows color (decimal): -15644355 or 4016401. OLE color: 4016401.

HSL color Cylindrical-coordinate representation of color #11493D: hue angle of 167.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11493D is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB177361-
CMYK0.7700.160.71
HSL167.14º62.22%17.65%-
HSV(B)167.14º76.71%28.63%-
XYZ3.465.225.24-
YUV54.89131.45100.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=11.26%
G=48.34%
B=40.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773610.7700.160.71167.1462.2217.65
Hex11493D4D01047a73e12
Octal21111751150201072477622
Binary100011001001111101100110101000010001111010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11493D; }

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

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

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

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

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

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

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

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