#11513F

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

Shades of Deep Teal #11513F

Tints of Deep Teal #11513F

Color information

#11513F (or 0x11513F) is unknown color: approx Deep Teal. HEX triplet: 11, 51 and 3F. RGB value is (17,81,63). Sum of RGB (Red+Green+Blue) = 17+81+63=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #11513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11513F is #EEAEC0. Grayscale: #3B3B3B. Windows color (decimal): -15642305 or 4149521. OLE color: 4149521.

HSL color Cylindrical-coordinate representation of color #11513F: hue angle of 163.12º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11513F is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB178163-
CMYK0.7900.220.68
HSL163.12º65.31%19.22%-
HSV(B)163.12º79.01%31.76%-
XYZ4.076.365.72-
YUV59.81129.897.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 63 (25% from 255) = 39.13%
R=10.56%
G=50.31%
B=39.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781630.7900.220.68163.1265.3119.22
Hex11513F4F01644a34113
Octal211217711702610424310123
Binary1000110100011111111001111010110100010010100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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