#1C473F

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

Shades of Deep Teal #1C473F

Tints of Deep Teal #1C473F

Color information

#1C473F (or 0x1C473F) is unknown color: approx Deep Teal. HEX triplet: 1C, 47 and 3F. RGB value is (28,71,63). Sum of RGB (Red+Green+Blue) = 28+71+63=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #1C473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C473F is #E3B8C0. Grayscale: #393939. Windows color (decimal): -14923969 or 4146972. OLE color: 4146972.

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

Color convert

RGB287163-
CMYK0.6100.110.72
HSL168.84º43.43%19.41%-
HSV(B)168.84º60.56%27.84%-
XYZ3.635.115.5-
YUV57.23131.25107.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.28%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 63 (25% from 255) = 38.89%
R=17.28%
G=43.83%
B=38.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871630.6100.110.72168.8443.4319.41
Hex1C473F3D0B48a92b13
Octal3410777750131102515323
Binary1110010001111111111111010101110010001010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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