#19443F

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

Shades of Deep Teal #19443F

Tints of Deep Teal #19443F

Color information

#19443F (or 0x19443F) is unknown color: approx Deep Teal. HEX triplet: 19, 44 and 3F. RGB value is (25,68,63). Sum of RGB (Red+Green+Blue) = 25+68+63=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #19443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19443F is #E6BBC0. Grayscale: #363636. Windows color (decimal): -15121345 or 4146201. OLE color: 4146201.

HSL color Cylindrical-coordinate representation of color #19443F: hue angle of 173.02º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19443F is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB256863-
CMYK0.6300.070.73
HSL173.02º46.24%18.24%-
HSV(B)173.02º63.24%26.67%-
XYZ3.374.75.43-
YUV54.57132.75106.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 63 (25% from 255) = 40.38%
R=16.03%
G=43.59%
B=40.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568630.6300.070.73173.0246.2418.24
Hex19443F3F0749ad2e12
Octal311047777071112555622
Binary110011000100111111111111011110010011010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19443F; }

 p { color: rgb(25,68,63); }

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

<style>
 a { background-color: #19443F; }

 a { background-color: rgb(25,68,63); }

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

<style>
 span { border-color: #19443F; }

 span { border-color: rgb(25,68,63); }

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