#1C443E

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

Shades of Deep Teal #1C443E

Tints of Deep Teal #1C443E

Color information

#1C443E (or 0x1C443E) is unknown color: approx Deep Teal. HEX triplet: 1C, 44 and 3E. RGB value is (28,68,62). Sum of RGB (Red+Green+Blue) = 28+68+62=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #1C443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C443E is #E3BBC1. Grayscale: #373737. Windows color (decimal): -14924738 or 4080668. OLE color: 4080668.

HSL color Cylindrical-coordinate representation of color #1C443E: hue angle of 171º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C443E is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB286862-
CMYK0.5900.090.73
HSL171º41.67%18.82%-
HSV(B)171º58.82%26.67%-
XYZ3.424.735.29-
YUV55.36131.75108.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=17.72%
G=43.04%
B=39.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2868620.5900.090.7317141.6718.82
Hex1C443E3B0949ab2a13
Octal3410476730111112535223
Binary1110010001001111101110110100110010011010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,62); }

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

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

 a { background-color: rgb(28,68,62); }

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

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

 span { border-color: rgb(28,68,62); }

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