#1C4951

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

Shades of Teal Blue #1C4951

Tints of Teal Blue #1C4951

Color information

#1C4951 (or 0x1C4951) is unknown color: approx Teal Blue. HEX triplet: 1C, 49 and 51. RGB value is (28,73,81). Sum of RGB (Red+Green+Blue) = 28+73+81=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C4951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4951 is #E3B6AE. Grayscale: #3C3C3C. Windows color (decimal): -14923439 or 5327132. OLE color: 5327132.

HSL color Cylindrical-coordinate representation of color #1C4951: hue angle of 189.06º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4951 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB287381-
CMYK0.650.1000.68
HSL189.06º48.62%21.37%-
HSV(B)189.06º65.43%31.76%-
XYZ4.355.618.64-
YUV60.46139.59104.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=15.38%
G=40.11%
B=44.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2873810.650.1000.68189.0648.6221.37
Hex1C495141A044bd3115
Octal341111211011201042756125
Binary111001001001101000110000011010010001001011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,81); }

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

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

 a { background-color: rgb(28,73,81); }

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

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

 span { border-color: rgb(28,73,81); }

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