#11483F

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

Shades of Deep Teal #11483F

Tints of Deep Teal #11483F

Color information

#11483F (or 0x11483F) is unknown color: approx Deep Teal. HEX triplet: 11, 48 and 3F. RGB value is (17,72,63). Sum of RGB (Red+Green+Blue) = 17+72+63=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #11483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11483F is #EEB7C0. Grayscale: #363636. Windows color (decimal): -15644609 or 4147217. OLE color: 4147217.

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

Color convert

RGB177263-
CMYK0.7600.120.72
HSL170.18º61.8%17.45%-
HSV(B)170.18º76.39%28.24%-
XYZ3.455.115.51-
YUV54.53132.78101.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 63 (25% from 255) = 41.45%
R=11.18%
G=47.37%
B=41.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772630.7600.120.72170.1861.817.45
Hex11483F4C0C48aa3e11
Octal21110771140141102527621
Binary10001100100011111110011000110010010001010101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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