#19453A

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

Shades of Deep Teal #19453A

Tints of Deep Teal #19453A

Color information

#19453A (or 0x19453A) is unknown color: approx Deep Teal. HEX triplet: 19, 45 and 3A. RGB value is (25,69,58). Sum of RGB (Red+Green+Blue) = 25+69+58=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #19453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19453A is #E6BAC5. Grayscale: #363636. Windows color (decimal): -15121094 or 3818777. OLE color: 3818777.

HSL color Cylindrical-coordinate representation of color #19453A: hue angle of 165º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19453A is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB256958-
CMYK0.6400.160.73
HSL165º46.81%18.43%-
HSV(B)165º63.77%27.06%-
XYZ3.294.774.75-
YUV54.59129.92106.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=16.45%
G=45.39%
B=38.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2569580.6400.160.7316546.8118.43
Hex19453A4001049a52f12
Octal31105721000201112455722
Binary110011000101111010100000001000010010011010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19453A; }

 p { color: rgb(25,69,58); }

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

<style>
 a { background-color: #19453A; }

 a { background-color: rgb(25,69,58); }

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

<style>
 span { border-color: #19453A; }

 span { border-color: rgb(25,69,58); }

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