#1C403A

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

Shades of Deep Teal #1C403A

Tints of Deep Teal #1C403A

Color information

#1C403A (or 0x1C403A) is unknown color: approx Deep Teal. HEX triplet: 1C, 40 and 3A. RGB value is (28,64,58). Sum of RGB (Red+Green+Blue) = 28+64+58=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #1C403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C403A is #E3BFC5. Grayscale: #343434. Windows color (decimal): -14925766 or 3817500. OLE color: 3817500.

HSL color Cylindrical-coordinate representation of color #1C403A: hue angle of 170º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C403A is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB286458-
CMYK0.5600.090.75
HSL170º39.13%18.04%-
HSV(B)170º56.25%25.1%-
XYZ3.084.224.66-
YUV52.55131.07110.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=18.67%
G=42.67%
B=38.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864580.5600.090.7517039.1318.04
Hex1C403A38094Baa2712
Octal3410072700111132524722
Binary1110010000001110101110000100110010111010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,58); }

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

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

 a { background-color: rgb(28,64,58); }

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

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

 span { border-color: rgb(28,64,58); }

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