#1C463C

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

Shades of Deep Teal #1C463C

Tints of Deep Teal #1C463C

Color information

#1C463C (or 0x1C463C) is unknown color: approx Deep Teal. HEX triplet: 1C, 46 and 3C. RGB value is (28,70,60). Sum of RGB (Red+Green+Blue) = 28+70+60=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #1C463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C463C is #E3B9C3. Grayscale: #383838. Windows color (decimal): -14924228 or 3950108. OLE color: 3950108.

HSL color Cylindrical-coordinate representation of color #1C463C: hue angle of 165.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C463C is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB287060-
CMYK0.6000.140.73
HSL165.71º42.86%19.22%-
HSV(B)165.71º60%27.45%-
XYZ3.484.955.05-
YUV56.3130.09107.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=17.72%
G=44.30%
B=37.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2870600.6000.140.73165.7142.8619.22
Hex1C463C3C0E49a62b13
Octal3410674740161112465323
Binary1110010001101111001111000111010010011010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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