#11463A

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

Shades of Deep Teal #11463A

Tints of Deep Teal #11463A

Color information

#11463A (or 0x11463A) is unknown color: approx Deep Teal. HEX triplet: 11, 46 and 3A. RGB value is (17,70,58). Sum of RGB (Red+Green+Blue) = 17+70+58=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #11463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11463A is #EEB9C5. Grayscale: #343434. Windows color (decimal): -15645126 or 3819025. OLE color: 3819025.

HSL color Cylindrical-coordinate representation of color #11463A: hue angle of 166.42º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11463A is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB177058-
CMYK0.7600.170.73
HSL166.42º60.92%17.06%-
HSV(B)166.42º75.71%27.45%-
XYZ3.194.84.76-
YUV52.78130.94102.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 58 (23.05% from 255) = 40%
R=11.72%
G=48.28%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770580.7600.170.73166.4260.9217.06
Hex11463A4C01149a63d11
Octal21106721140211112467521
Binary100011000110111010100110001000110010011010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11463A; }

 p { color: rgb(17,70,58); }

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

<style>
 a { background-color: #11463A; }

 a { background-color: rgb(17,70,58); }

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

<style>
 span { border-color: #11463A; }

 span { border-color: rgb(17,70,58); }

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