#1C4B45

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

Shades of Deep Teal #1C4B45

Tints of Deep Teal #1C4B45

Color information

#1C4B45 (or 0x1C4B45) is unknown color: approx Deep Teal. HEX triplet: 1C, 4B and 45. RGB value is (28,75,69). Sum of RGB (Red+Green+Blue) = 28+75+69=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #1C4B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4B45 is #E3B4BA. Grayscale: #3C3C3C. Windows color (decimal): -14922939 or 4541212. OLE color: 4541212.

HSL color Cylindrical-coordinate representation of color #1C4B45: hue angle of 172.34º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4B45 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB287569-
CMYK0.6300.080.71
HSL172.34º45.63%20.2%-
HSV(B)172.34º62.67%29.41%-
XYZ4.075.716.52-
YUV60.26132.93104.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=16.28%
G=43.60%
B=40.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2875690.6300.080.71172.3445.6320.2
Hex1C4B453F0847ac2e14
Octal34113105770101072545624
Binary11100100101110001011111110100010001111010110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,69); }

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

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

 a { background-color: rgb(28,75,69); }

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

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

 span { border-color: rgb(28,75,69); }

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