#1F453E

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

Shades of Deep Teal #1F453E

Tints of Deep Teal #1F453E

Color information

#1F453E (or 0x1F453E) is unknown color: approx Deep Teal. HEX triplet: 1F, 45 and 3E. RGB value is (31,69,62). Sum of RGB (Red+Green+Blue) = 31+69+62=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #1F453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F453E is #E0BAC1. Grayscale: #383838. Windows color (decimal): -14727874 or 4080927. OLE color: 4080927.

HSL color Cylindrical-coordinate representation of color #1F453E: hue angle of 168.95º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F453E is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB316962-
CMYK0.5500.100.73
HSL168.95º38%19.61%-
HSV(B)168.95º55.07%27.06%-
XYZ3.564.95.31-
YUV56.84130.91109.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=19.14%
G=42.59%
B=38.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3169620.5500.100.73168.953819.61
Hex1F453E370A49a92614
Octal3710576670121112514624
Binary1111110001011111101101110101010010011010100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,69,62); }

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

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

 a { background-color: rgb(31,69,62); }

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

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

 span { border-color: rgb(31,69,62); }

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