#115647

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

Shades of Deep Teal #115647

Tints of Deep Teal #115647

Color information

#115647 (or 0x115647) is unknown color: approx Deep Teal. HEX triplet: 11, 56 and 47. RGB value is (17,86,71). Sum of RGB (Red+Green+Blue) = 17+86+71=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #115647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115647 is #EEA9B8. Grayscale: #3F3F3F. Windows color (decimal): -15641017 or 4675089. OLE color: 4675089.

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

Color convert

RGB178671-
CMYK0.8000.170.66
HSL166.96º66.99%20.2%-
HSV(B)166.96º80.23%33.73%-
XYZ4.77.237.11-
YUV63.66132.1494.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=9.77%
G=49.43%
B=40.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786710.8000.170.66166.9666.9920.2
Hex1156475001142a74314
Octal2112610712002110224710324
Binary10001101011010001111010000010001100001010100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115647; }

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

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

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

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

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

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

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

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