#19453F

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

Shades of Deep Teal #19453F

Tints of Deep Teal #19453F

Color information

#19453F (or 0x19453F) is unknown color: approx Deep Teal. HEX triplet: 19, 45 and 3F. RGB value is (25,69,63). Sum of RGB (Red+Green+Blue) = 25+69+63=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #19453F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19453F is #E6BAC0. Grayscale: #373737. Windows color (decimal): -15121089 or 4146457. OLE color: 4146457.

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

Color convert

RGB256963-
CMYK0.6400.090.73
HSL171.82º46.81%18.43%-
HSV(B)171.82º63.77%27.06%-
XYZ3.434.825.45-
YUV55.16132.42106.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 63 (25% from 255) = 40.13%
R=15.92%
G=43.95%
B=40.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2569630.6400.090.73171.8246.8118.43
Hex19453F400949ac2f12
Octal31105771000111112545722
Binary11001100010111111110000000100110010011010110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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