#11473E

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

Shades of Deep Teal #11473E

Tints of Deep Teal #11473E

Color information

#11473E (or 0x11473E) is unknown color: approx Deep Teal. HEX triplet: 11, 47 and 3E. RGB value is (17,71,62). Sum of RGB (Red+Green+Blue) = 17+71+62=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #11473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11473E is #EEB8C1. Grayscale: #353535. Windows color (decimal): -15644866 or 4081425. OLE color: 4081425.

HSL color Cylindrical-coordinate representation of color #11473E: hue angle of 170º 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 #11473E is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB177162-
CMYK0.7600.130.72
HSL170º61.36%17.25%-
HSV(B)170º76.06%27.84%-
XYZ3.354.975.34-
YUV53.83132.61101.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=11.33%
G=47.33%
B=41.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771620.7600.130.7217061.3617.25
Hex11473E4C0D48aa3d11
Octal21107761140151102527521
Binary10001100011111111010011000110110010001010101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11473E; }

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

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

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

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

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

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

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

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