#115244

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

Shades of Deep Teal #115244

Tints of Deep Teal #115244

Color information

#115244 (or 0x115244) is unknown color: approx Deep Teal. HEX triplet: 11, 52 and 44. RGB value is (17,82,68). Sum of RGB (Red+Green+Blue) = 17+82+68=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #115244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115244 is #EEADBB. Grayscale: #3C3C3C. Windows color (decimal): -15642044 or 4477457. OLE color: 4477457.

HSL color Cylindrical-coordinate representation of color #115244: hue angle of 167.08º degrees, saturation: 0.66, 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 #115244 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB178268-
CMYK0.7900.170.68
HSL167.08º65.66%19.41%-
HSV(B)167.08º79.27%32.16%-
XYZ4.296.576.51-
YUV60.97131.9796.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=10.18%
G=49.10%
B=40.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782680.7900.170.68167.0865.6619.41
Hex1152444F01144a74213
Octal2112210411702110424710223
Binary10001101001010001001001111010001100010010100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115244; }

 p { color: rgb(17,82,68); }

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

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

 a { background-color: rgb(17,82,68); }

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

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

 span { border-color: rgb(17,82,68); }

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