#1F433A

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

Shades of Deep Teal #1F433A

Tints of Deep Teal #1F433A

Color information

#1F433A (or 0x1F433A) is unknown color: approx Deep Teal. HEX triplet: 1F, 43 and 3A. RGB value is (31,67,58). Sum of RGB (Red+Green+Blue) = 31+67+58=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #1F433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F433A is #E0BCC5. Grayscale: #373737. Windows color (decimal): -14728390 or 3818271. OLE color: 3818271.

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

Color convert

RGB316758-
CMYK0.5400.130.74
HSL165º36.73%19.22%-
HSV(B)165º53.73%26.27%-
XYZ3.344.614.72-
YUV55.21129.57110.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=19.87%
G=42.95%
B=37.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3167580.5400.130.7416536.7319.22
Hex1F433A360D4Aa52513
Octal3710372660151122454523
Binary1111110000111110101101100110110010101010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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