#1F4A43

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

Shades of Deep Teal #1F4A43

Tints of Deep Teal #1F4A43

Color information

#1F4A43 (or 0x1F4A43) is unknown color: approx Deep Teal. HEX triplet: 1F, 4A and 43. RGB value is (31,74,67). Sum of RGB (Red+Green+Blue) = 31+74+67=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A43 is #E0B5BC. Grayscale: #3C3C3C. Windows color (decimal): -14726589 or 4409887. OLE color: 4409887.

HSL color Cylindrical-coordinate representation of color #1F4A43: hue angle of 170.23º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4A43 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB317467-
CMYK0.5800.090.71
HSL170.23º40.95%20.59%-
HSV(B)170.23º58.11%29.02%-
XYZ4.035.596.18-
YUV60.34131.75107.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=18.02%
G=43.02%
B=38.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3174670.5800.090.71170.2340.9520.59
Hex1F4A433A0947aa2915
Octal37112103720111072525125
Binary11111100101010000111110100100110001111010101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,67); }

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

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

 a { background-color: rgb(31,74,67); }

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

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

 span { border-color: rgb(31,74,67); }

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