#11413B

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

Shades of Deep Teal #11413B

Tints of Deep Teal #11413B

Color information

#11413B (or 0x11413B) is unknown color: approx Deep Teal. HEX triplet: 11, 41 and 3B. RGB value is (17,65,59). Sum of RGB (Red+Green+Blue) = 17+65+59=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #11413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413B is #EEBEC4. Grayscale: #313131. Windows color (decimal): -15646405 or 3883281. OLE color: 3883281.

HSL color Cylindrical-coordinate representation of color #11413B: hue angle of 172.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11413B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB176559-
CMYK0.7400.090.75
HSL172.5º58.54%16.08%-
HSV(B)172.5º73.85%25.49%-
XYZ2.914.224.8-
YUV49.96133.1104.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=12.06%
G=46.10%
B=41.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765590.7400.090.75172.558.5416.08
Hex11413B4A094Bac3b10
Octal21101731120111132547320
Binary10001100000111101110010100100110010111010110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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