#11443B

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

Shades of Deep Teal #11443B

Tints of Deep Teal #11443B

Color information

#11443B (or 0x11443B) is unknown color: approx Deep Teal. HEX triplet: 11, 44 and 3B. RGB value is (17,68,59). Sum of RGB (Red+Green+Blue) = 17+68+59=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #11443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11443B is #EEBBC4. Grayscale: #333333. Windows color (decimal): -15645637 or 3884049. OLE color: 3884049.

HSL color Cylindrical-coordinate representation of color #11443B: hue angle of 169.41º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11443B is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB176859-
CMYK0.7500.130.73
HSL169.41º60%16.67%-
HSV(B)169.41º75%26.67%-
XYZ3.094.574.86-
YUV51.72132.1103.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=11.81%
G=47.22%
B=40.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768590.7500.130.73169.416016.67
Hex11443B4B0D49a93c11
Octal21104731130151112517421
Binary10001100010011101110010110110110010011010100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11443B; }

 p { color: rgb(17,68,59); }

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

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

 a { background-color: rgb(17,68,59); }

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

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

 span { border-color: rgb(17,68,59); }

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