#155647

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

Shades of Deep Teal #155647

Tints of Deep Teal #155647

Color information

#155647 (or 0x155647) is unknown color: approx Deep Teal. HEX triplet: 15, 56 and 47. RGB value is (21,86,71). Sum of RGB (Red+Green+Blue) = 21+86+71=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #155647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155647 is #EAA9B8. Grayscale: #404040. Windows color (decimal): -15378873 or 4675093. OLE color: 4675093.

HSL color Cylindrical-coordinate representation of color #155647: hue angle of 166.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155647 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB218671-
CMYK0.7600.170.66
HSL166.15º60.75%20.98%-
HSV(B)166.15º75.58%33.73%-
XYZ4.777.277.11-
YUV64.85131.4796.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=11.80%
G=48.31%
B=39.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186710.7600.170.66166.1560.7520.98
Hex1556474C01142a63d15
Octal251261071140211022467525
Binary1010110101101000111100110001000110000101010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155647; }

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

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

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

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

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

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

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

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