#1C4F59

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

Shades of Teal Blue #1C4F59

Tints of Teal Blue #1C4F59

Color information

#1C4F59 (or 0x1C4F59) is unknown color: approx Teal Blue. HEX triplet: 1C, 4F and 59. RGB value is (28,79,89). Sum of RGB (Red+Green+Blue) = 28+79+89=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C4F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4F59 is #E3B0A6. Grayscale: #404040. Windows color (decimal): -14921895 or 5852956. OLE color: 5852956.

HSL color Cylindrical-coordinate representation of color #1C4F59: hue angle of 189.84º 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 #1C4F59 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB287989-
CMYK0.690.1100.65
HSL189.84º52.14%22.94%-
HSV(B)189.84º68.54%34.9%-
XYZ5.086.5610.45-
YUV64.89141.6101.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.29%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=14.29%
G=40.31%
B=45.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2879890.690.1100.65189.8452.1422.94
Hex1C4F5945B041be3417
Octal341171311051301012766427
Binary111001001111101100110001011011010000011011111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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