#11483B

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

Shades of Deep Teal #11483B

Tints of Deep Teal #11483B

Color information

#11483B (or 0x11483B) is unknown color: approx Deep Teal. HEX triplet: 11, 48 and 3B. RGB value is (17,72,59). Sum of RGB (Red+Green+Blue) = 17+72+59=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #11483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483B is #EEB7C4. Grayscale: #363636. Windows color (decimal): -15644613 or 3885073. OLE color: 3885073.

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

Color convert

RGB177259-
CMYK0.7600.180.72
HSL165.82º61.8%17.45%-
HSV(B)165.82º76.39%28.24%-
XYZ3.345.074.94-
YUV54.07130.78101.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=11.49%
G=48.65%
B=39.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772590.7600.180.72165.8261.817.45
Hex11483B4C01248a63e11
Octal21110731140221102467621
Binary100011001000111011100110001001010010001010011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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