#1D403A

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

Shades of Deep Teal #1D403A

Tints of Deep Teal #1D403A

Color information

#1D403A (or 0x1D403A) is unknown color: approx Deep Teal. HEX triplet: 1D, 40 and 3A. RGB value is (29,64,58). Sum of RGB (Red+Green+Blue) = 29+64+58=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #1D403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D403A is #E2BFC5. Grayscale: #343434. Windows color (decimal): -14860230 or 3817501. OLE color: 3817501.

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

Color convert

RGB296458-
CMYK0.5500.090.75
HSL169.71º37.63%18.24%-
HSV(B)169.71º54.69%25.1%-
XYZ3.14.234.66-
YUV52.85130.9110.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=19.21%
G=42.38%
B=38.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964580.5500.090.75169.7137.6318.24
Hex1D403A37094Baa2612
Octal3510072670111132524622
Binary1110110000001110101101110100110010111010101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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