#1C473C

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

Shades of Deep Teal #1C473C

Tints of Deep Teal #1C473C

Color information

#1C473C (or 0x1C473C) is unknown color: approx Deep Teal. HEX triplet: 1C, 47 and 3C. RGB value is (28,71,60). Sum of RGB (Red+Green+Blue) = 28+71+60=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #1C473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C473C is #E3B8C3. Grayscale: #383838. Windows color (decimal): -14923972 or 3950364. OLE color: 3950364.

HSL color Cylindrical-coordinate representation of color #1C473C: hue angle of 164.65º 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 #1C473C is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB287160-
CMYK0.6100.150.72
HSL164.65º43.43%19.41%-
HSV(B)164.65º60.56%27.84%-
XYZ3.555.085.07-
YUV56.89129.75107.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=17.61%
G=44.65%
B=37.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871600.6100.150.72164.6543.4319.41
Hex1C473C3D0F48a52b13
Octal3410774750171102455323
Binary1110010001111111001111010111110010001010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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