#115645

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

Shades of Deep Teal #115645

Tints of Deep Teal #115645

Color information

#115645 (or 0x115645) is unknown color: approx Deep Teal. HEX triplet: 11, 56 and 45. RGB value is (17,86,69). Sum of RGB (Red+Green+Blue) = 17+86+69=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #115645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115645 is #EEA9BA. Grayscale: #3F3F3F. Windows color (decimal): -15641019 or 4544017. OLE color: 4544017.

HSL color Cylindrical-coordinate representation of color #115645: hue angle of 165.22º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115645 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB178669-
CMYK0.8000.200.66
HSL165.22º66.99%20.2%-
HSV(B)165.22º80.23%33.73%-
XYZ4.637.26.78-
YUV63.43131.1494.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=9.88%
G=50%
B=40.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786690.8000.200.66165.2266.9920.2
Hex1156455001442a54314
Octal2112610512002410224510324
Binary10001101011010001011010000010100100001010100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115645; }

 p { color: rgb(17,86,69); }

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

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

 a { background-color: rgb(17,86,69); }

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

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

 span { border-color: rgb(17,86,69); }

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