#11443D

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

Shades of Deep Teal #11443D

Tints of Deep Teal #11443D

Color information

#11443D (or 0x11443D) is unknown color: approx Deep Teal. HEX triplet: 11, 44 and 3D. RGB value is (17,68,61). Sum of RGB (Red+Green+Blue) = 17+68+61=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #11443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11443D is #EEBBC2. Grayscale: #333333. Windows color (decimal): -15645635 or 4015121. OLE color: 4015121.

HSL color Cylindrical-coordinate representation of color #11443D: hue angle of 171.76º 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 #11443D is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB176861-
CMYK0.7500.100.73
HSL171.76º60%16.67%-
HSV(B)171.76º75%26.67%-
XYZ3.144.595.14-
YUV51.95133.1103.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=11.64%
G=46.58%
B=41.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768610.7500.100.73171.766016.67
Hex11443D4B0A49ac3c11
Octal21104751130121112547421
Binary10001100010011110110010110101010010011010110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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