#1C5346

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

Shades of Deep Teal #1C5346

Tints of Deep Teal #1C5346

Color information

#1C5346 (or 0x1C5346) is unknown color: approx Deep Teal. HEX triplet: 1C, 53 and 46. RGB value is (28,83,70). Sum of RGB (Red+Green+Blue) = 28+83+70=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5346 is #E3ACB9. Grayscale: #414141. Windows color (decimal): -14920890 or 4608796. OLE color: 4608796.

HSL color Cylindrical-coordinate representation of color #1C5346: hue angle of 165.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5346 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB288370-
CMYK0.6600.160.67
HSL165.82º49.55%21.76%-
HSV(B)165.82º66.27%32.55%-
XYZ4.686.886.87-
YUV65.07130.78101.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.47%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=15.47%
G=45.86%
B=38.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883700.6600.160.67165.8249.5521.76
Hex1C53464201043a63216
Octal341231061020201032466226
Binary1110010100111000110100001001000010000111010011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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