#1F443C

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

Shades of Deep Teal #1F443C

Tints of Deep Teal #1F443C

Color information

#1F443C (or 0x1F443C) is unknown color: approx Deep Teal. HEX triplet: 1F, 44 and 3C. RGB value is (31,68,60). Sum of RGB (Red+Green+Blue) = 31+68+60=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #1F443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F443C is #E0BBC3. Grayscale: #383838. Windows color (decimal): -14728132 or 3949599. OLE color: 3949599.

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

Color convert

RGB316860-
CMYK0.5400.120.73
HSL167.03º37.37%19.41%-
HSV(B)167.03º54.41%26.67%-
XYZ3.454.755.01-
YUV56.02130.24110.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=19.50%
G=42.77%
B=37.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3168600.5400.120.73167.0337.3719.41
Hex1F443C360C49a72513
Octal3710474660141112474523
Binary1111110001001111001101100110010010011010011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,60); }

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

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

 a { background-color: rgb(31,68,60); }

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

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

 span { border-color: rgb(31,68,60); }

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