#1D433C

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

Shades of Deep Teal #1D433C

Tints of Deep Teal #1D433C

Color information

#1D433C (or 0x1D433C) is unknown color: approx Deep Teal. HEX triplet: 1D, 43 and 3C. RGB value is (29,67,60). Sum of RGB (Red+Green+Blue) = 29+67+60=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #1D433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D433C is #E2BCC3. Grayscale: #363636. Windows color (decimal): -14859460 or 3949341. OLE color: 3949341.

HSL color Cylindrical-coordinate representation of color #1D433C: hue angle of 168.95º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D433C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB296760-
CMYK0.5700.100.74
HSL168.95º39.58%18.82%-
HSV(B)168.95º56.72%26.27%-
XYZ3.334.64.99-
YUV54.84130.91109.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=18.59%
G=42.95%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2967600.5700.100.74168.9539.5818.82
Hex1D433C390A4Aa92813
Octal3510374710121122515023
Binary1110110000111111001110010101010010101010100110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,60); }

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

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

 a { background-color: rgb(29,67,60); }

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

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

 span { border-color: rgb(29,67,60); }

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