#1F423C

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

Shades of Deep Teal #1F423C

Tints of Deep Teal #1F423C

Color information

#1F423C (or 0x1F423C) is unknown color: approx Deep Teal. HEX triplet: 1F, 42 and 3C. RGB value is (31,66,60). Sum of RGB (Red+Green+Blue) = 31+66+60=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423C is #E0BDC3. Grayscale: #363636. Windows color (decimal): -14728644 or 3949087. OLE color: 3949087.

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

Color convert

RGB316660-
CMYK0.5300.090.74
HSL169.71º36.08%19.02%-
HSV(B)169.71º53.03%25.88%-
XYZ3.334.514.97-
YUV54.85130.9110.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=19.75%
G=42.04%
B=38.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166600.5300.090.74169.7136.0819.02
Hex1F423C35094Aaa2413
Octal3710274650111122524423
Binary1111110000101111001101010100110010101010101010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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