#1A5560

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

Shades of Teal Blue #1A5560

Tints of Teal Blue #1A5560

Color information

#1A5560 (or 0x1A5560) is unknown color: approx Teal Blue. HEX triplet: 1A, 55 and 60. RGB value is (26,85,96). Sum of RGB (Red+Green+Blue) = 26+85+96=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5560 is #E5AA9F. Grayscale: #444444. Windows color (decimal): -15051424 or 6313242. OLE color: 6313242.

HSL color Cylindrical-coordinate representation of color #1A5560: hue angle of 189.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5560 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268596-
CMYK0.730.1100.62
HSL189.43º57.38%23.92%-
HSV(B)189.43º72.92%37.65%-
XYZ5.797.5612.22-
YUV68.61143.4597.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=12.56%
G=41.06%
B=46.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2685960.730.1100.62189.4357.3823.92
Hex1A556049B03Ebd3918
Octal32125140111130762757130
Binary11010101010111000001001001101101111101011110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5560; }

 p { color: rgb(26,85,96); }

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

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

 a { background-color: rgb(26,85,96); }

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

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

 span { border-color: rgb(26,85,96); }

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