#1C473E

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

Shades of Deep Teal #1C473E

Tints of Deep Teal #1C473E

Color information

#1C473E (or 0x1C473E) is unknown color: approx Deep Teal. HEX triplet: 1C, 47 and 3E. RGB value is (28,71,62). Sum of RGB (Red+Green+Blue) = 28+71+62=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1C473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C473E is #E3B8C1. Grayscale: #393939. Windows color (decimal): -14923970 or 4081436. OLE color: 4081436.

HSL color Cylindrical-coordinate representation of color #1C473E: hue angle of 167.44º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C473E is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB287162-
CMYK0.6100.130.72
HSL167.44º43.43%19.41%-
HSV(B)167.44º60.56%27.84%-
XYZ3.65.15.35-
YUV57.12130.75107.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=17.39%
G=44.10%
B=38.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871620.6100.130.72167.4443.4319.41
Hex1C473E3D0D48a72b13
Octal3410776750151102475323
Binary1110010001111111101111010110110010001010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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