#1C5059

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

Shades of Teal Blue #1C5059

Tints of Teal Blue #1C5059

Color information

#1C5059 (or 0x1C5059) is unknown color: approx Teal Blue. HEX triplet: 1C, 50 and 59. RGB value is (28,80,89). Sum of RGB (Red+Green+Blue) = 28+80+89=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C5059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5059 is #E3AFA6. Grayscale: #414141. Windows color (decimal): -14921639 or 5853212. OLE color: 5853212.

HSL color Cylindrical-coordinate representation of color #1C5059: hue angle of 188.85º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5059 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB288089-
CMYK0.690.1000.65
HSL188.85º52.14%22.94%-
HSV(B)188.85º68.54%34.9%-
XYZ5.156.7110.47-
YUV65.48141.27101.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=14.21%
G=40.61%
B=45.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2880890.690.1000.65188.8552.1422.94
Hex1C505945A041bd3417
Octal341201311051201012756427
Binary111001010000101100110001011010010000011011110111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,80,89); }

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

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

 a { background-color: rgb(28,80,89); }

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

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

 span { border-color: rgb(28,80,89); }

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