#1F423D

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

Shades of Deep Teal #1F423D

Tints of Deep Teal #1F423D

Color information

#1F423D (or 0x1F423D) is unknown color: approx Deep Teal. HEX triplet: 1F, 42 and 3D. RGB value is (31,66,61). Sum of RGB (Red+Green+Blue) = 31+66+61=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423D is #E0BDC2. Grayscale: #363636. Windows color (decimal): -14728643 or 4014623. OLE color: 4014623.

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

Color convert

RGB316661-
CMYK0.5300.080.74
HSL171.43º36.08%19.02%-
HSV(B)171.43º53.03%25.88%-
XYZ3.364.525.11-
YUV54.96131.4110.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=19.62%
G=41.77%
B=38.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166610.5300.080.74171.4336.0819.02
Hex1F423D35084Aab2413
Octal3710275650101122534423
Binary1111110000101111011101010100010010101010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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