#11483C

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

Shades of Deep Teal #11483C

Tints of Deep Teal #11483C

Color information

#11483C (or 0x11483C) is unknown color: approx Deep Teal. HEX triplet: 11, 48 and 3C. RGB value is (17,72,60). Sum of RGB (Red+Green+Blue) = 17+72+60=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #11483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483C is #EEB7C3. Grayscale: #363636. Windows color (decimal): -15644612 or 3950609. OLE color: 3950609.

HSL color Cylindrical-coordinate representation of color #11483C: hue angle of 166.91º degrees, saturation: 0.62, 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 #11483C is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB177260-
CMYK0.7600.170.72
HSL166.91º61.8%17.45%-
HSV(B)166.91º76.39%28.24%-
XYZ3.365.085.08-
YUV54.19131.28101.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=11.41%
G=48.32%
B=40.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772600.7600.170.72166.9161.817.45
Hex11483C4C01148a73e11
Octal21110741140211102477621
Binary100011001000111100100110001000110010001010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11483C; }

 p { color: rgb(17,72,60); }

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

<style>
 a { background-color: #11483C; }

 a { background-color: rgb(17,72,60); }

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

<style>
 span { border-color: #11483C; }

 span { border-color: rgb(17,72,60); }

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