#1C493F

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

Shades of Deep Teal #1C493F

Tints of Deep Teal #1C493F

Color information

#1C493F (or 0x1C493F) is unknown color: approx Deep Teal. HEX triplet: 1C, 49 and 3F. RGB value is (28,73,63). Sum of RGB (Red+Green+Blue) = 28+73+63=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #1C493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C493F is #E3B6C0. Grayscale: #3A3A3A. Windows color (decimal): -14923457 or 4147484. OLE color: 4147484.

HSL color Cylindrical-coordinate representation of color #1C493F: hue angle of 166.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C493F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB287363-
CMYK0.6200.140.71
HSL166.67º44.55%19.8%-
HSV(B)166.67º61.64%28.63%-
XYZ3.765.375.54-
YUV58.4130.59106.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 63 (25% from 255) = 38.41%
R=17.07%
G=44.51%
B=38.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2873630.6200.140.71166.6744.5519.8
Hex1C493F3E0E47a72d14
Octal3411177760161072475524
Binary1110010010011111111111100111010001111010011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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