#1C4843

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

Shades of Deep Teal #1C4843

Tints of Deep Teal #1C4843

Color information

#1C4843 (or 0x1C4843) is unknown color: approx Deep Teal. HEX triplet: 1C, 48 and 43. RGB value is (28,72,67). Sum of RGB (Red+Green+Blue) = 28+72+67=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4843 is #E3B7BC. Grayscale: #3A3A3A. Windows color (decimal): -14923709 or 4409372. OLE color: 4409372.

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

Color convert

RGB287267-
CMYK0.6100.070.72
HSL173.18º44%19.61%-
HSV(B)173.18º61.11%28.24%-
XYZ3.815.296.13-
YUV58.27132.92106.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=16.77%
G=43.11%
B=40.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872670.6100.070.72173.184419.61
Hex1C48433D0748ad2c14
Octal3411010375071102555424
Binary1110010010001000011111101011110010001010110110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,67); }

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

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

 a { background-color: rgb(28,72,67); }

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

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

 span { border-color: rgb(28,72,67); }

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