#19453D

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

Shades of Deep Teal #19453D

Tints of Deep Teal #19453D

Color information

#19453D (or 0x19453D) is unknown color: approx Deep Teal. HEX triplet: 19, 45 and 3D. RGB value is (25,69,61). Sum of RGB (Red+Green+Blue) = 25+69+61=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #19453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19453D is #E6BAC2. Grayscale: #363636. Windows color (decimal): -15121091 or 4015385. OLE color: 4015385.

HSL color Cylindrical-coordinate representation of color #19453D: hue angle of 169.09º 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 #19453D is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB256961-
CMYK0.6400.120.73
HSL169.09º46.81%18.43%-
HSV(B)169.09º63.77%27.06%-
XYZ3.374.85.16-
YUV54.93131.42106.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=16.13%
G=44.52%
B=39.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2569610.6400.120.73169.0946.8118.43
Hex19453D400C49a92f12
Octal31105751000141112515722
Binary11001100010111110110000000110010010011010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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