#113930

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

Shades of Deep Teal #113930

Tints of Deep Teal #113930

Color information

#113930 (or 0x113930) is unknown color: approx Deep Teal. HEX triplet: 11, 39 and 30. RGB value is (17,57,48). Sum of RGB (Red+Green+Blue) = 17+57+48=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #113930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113930 is #EEC6CF. Grayscale: #2C2C2C. Windows color (decimal): -15648464 or 3160337. OLE color: 3160337.

HSL color Cylindrical-coordinate representation of color #113930: hue angle of 166.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113930 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB175748-
CMYK0.7000.160.78
HSL166.5º54.05%14.51%-
HSV(B)166.5º70.18%22.35%-
XYZ2.233.263.31-
YUV44.01130.25108.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=13.93%
G=46.72%
B=39.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757480.7000.160.78166.554.0514.51
Hex113930460104Ea636f
Octal2171601060201162466617
Binary1000111100111000010001100100001001110101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113930; }

 p { color: rgb(17,57,48); }

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

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

 a { background-color: rgb(17,57,48); }

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

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

 span { border-color: rgb(17,57,48); }

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