#113A30

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

Shades of Deep Teal #113A30

Tints of Deep Teal #113A30

Color information

#113A30 (or 0x113A30) is unknown color: approx Deep Teal. HEX triplet: 11, 3A and 30. RGB value is (17,58,48). Sum of RGB (Red+Green+Blue) = 17+58+48=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #113A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A30 is #EEC5CF. Grayscale: #2C2C2C. Windows color (decimal): -15648208 or 3160593. OLE color: 3160593.

HSL color Cylindrical-coordinate representation of color #113A30: hue angle of 165.37º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A30 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB175848-
CMYK0.7100.170.77
HSL165.37º54.67%14.71%-
HSV(B)165.37º70.69%22.75%-
XYZ2.283.363.32-
YUV44.6129.92108.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=13.82%
G=47.15%
B=39.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758480.7100.170.77165.3754.6714.71
Hex113A30470114Da537f
Octal2172601070211152456717
Binary1000111101011000010001110100011001101101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A30; }

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

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

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

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

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

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

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

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