#113630

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

Shades of Deep Teal #113630

Tints of Deep Teal #113630

Color information

#113630 (or 0x113630) is unknown color: approx Deep Teal. HEX triplet: 11, 36 and 30. RGB value is (17,54,48). Sum of RGB (Red+Green+Blue) = 17+54+48=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #113630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113630 is #EEC9CF. Grayscale: #2A2A2A. Windows color (decimal): -15649232 or 3159569. OLE color: 3159569.

HSL color Cylindrical-coordinate representation of color #113630: hue angle of 170.27º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113630 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB175448-
CMYK0.6900.110.79
HSL170.27º52.11%13.92%-
HSV(B)170.27º68.52%21.18%-
XYZ2.082.973.26-
YUV42.25131.24109.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=14.29%
G=45.38%
B=40.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754480.6900.110.79170.2752.1113.92
Hex113630450B4Faa34e
Octal2166601050131172526416
Binary100011101101100001000101010111001111101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113630; }

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

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

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

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

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

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

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

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