#115142

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

Shades of Deep Teal #115142

Tints of Deep Teal #115142

Color information

#115142 (or 0x115142) is unknown color: approx Deep Teal. HEX triplet: 11, 51 and 42. RGB value is (17,81,66). Sum of RGB (Red+Green+Blue) = 17+81+66=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #115142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115142 is #EEAEBD. Grayscale: #3C3C3C. Windows color (decimal): -15642302 or 4346129. OLE color: 4346129.

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

Color convert

RGB178166-
CMYK0.7900.190.68
HSL165.94º65.31%19.22%-
HSV(B)165.94º79.01%31.76%-
XYZ4.166.46.17-
YUV60.15131.397.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=10.37%
G=49.39%
B=40.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781660.7900.190.68165.9465.3119.22
Hex1151424F01344a64113
Octal2112110211702310424610123
Binary10001101000110000101001111010011100010010100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115142; }

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

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

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

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

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

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

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

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