#1C453E

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

Shades of Deep Teal #1C453E

Tints of Deep Teal #1C453E

Color information

#1C453E (or 0x1C453E) is unknown color: approx Deep Teal. HEX triplet: 1C, 45 and 3E. RGB value is (28,69,62). Sum of RGB (Red+Green+Blue) = 28+69+62=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #1C453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C453E is #E3BAC1. Grayscale: #373737. Windows color (decimal): -14924482 or 4080924. OLE color: 4080924.

HSL color Cylindrical-coordinate representation of color #1C453E: hue angle of 169.76º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C453E is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB286962-
CMYK0.5900.100.73
HSL169.76º42.27%19.02%-
HSV(B)169.76º59.42%27.06%-
XYZ3.484.855.31-
YUV55.94131.42108.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=17.61%
G=43.40%
B=38.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2869620.5900.100.73169.7642.2719.02
Hex1C453E3B0A49aa2a13
Octal3410576730121112525223
Binary1110010001011111101110110101010010011010101010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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