#1F4840

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

Shades of Deep Teal #1F4840

Tints of Deep Teal #1F4840

Color information

#1F4840 (or 0x1F4840) is unknown color: approx Deep Teal. HEX triplet: 1F, 48 and 40. RGB value is (31,72,64). Sum of RGB (Red+Green+Blue) = 31+72+64=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4840 is #E0B7BF. Grayscale: #3A3A3A. Windows color (decimal): -14727104 or 4212767. OLE color: 4212767.

HSL color Cylindrical-coordinate representation of color #1F4840: hue angle of 168.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4840 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB317264-
CMYK0.5700.110.72
HSL168.29º39.81%20.2%-
HSV(B)168.29º56.94%28.24%-
XYZ3.815.35.67-
YUV58.83130.92108.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=18.56%
G=43.11%
B=38.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172640.5700.110.72168.2939.8120.2
Hex1F4840390B48a82814
Octal37110100710131102505024
Binary11111100100010000001110010101110010001010100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,64); }

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

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

 a { background-color: rgb(31,72,64); }

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

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

 span { border-color: rgb(31,72,64); }

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