#1F433D

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

Shades of Deep Teal #1F433D

Tints of Deep Teal #1F433D

Color information

#1F433D (or 0x1F433D) is unknown color: approx Deep Teal. HEX triplet: 1F, 43 and 3D. RGB value is (31,67,61). Sum of RGB (Red+Green+Blue) = 31+67+61=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #1F433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F433D is #E0BCC2. Grayscale: #373737. Windows color (decimal): -14728387 or 4014879. OLE color: 4014879.

HSL color Cylindrical-coordinate representation of color #1F433D: hue angle of 170º 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 #1F433D is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB316761-
CMYK0.5400.090.74
HSL170º36.73%19.22%-
HSV(B)170º53.73%26.27%-
XYZ3.414.645.13-
YUV55.55131.07110.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=19.50%
G=42.14%
B=38.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3167610.5400.090.7417036.7319.22
Hex1F433D36094Aaa2513
Octal3710375660111122524523
Binary1111110000111111011101100100110010101010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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