#19423A

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

Shades of Deep Teal #19423A

Tints of Deep Teal #19423A

Color information

#19423A (or 0x19423A) is unknown color: approx Deep Teal. HEX triplet: 19, 42 and 3A. RGB value is (25,66,58). Sum of RGB (Red+Green+Blue) = 25+66+58=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #19423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423A is #E6BDC5. Grayscale: #343434. Windows color (decimal): -15121862 or 3818009. OLE color: 3818009.

HSL color Cylindrical-coordinate representation of color #19423A: hue angle of 168.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19423A is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB256658-
CMYK0.6200.120.74
HSL168.29º45.05%17.84%-
HSV(B)168.29º62.12%25.88%-
XYZ3.114.414.69-
YUV52.83130.92108.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=16.78%
G=44.30%
B=38.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2566580.6200.120.74168.2945.0517.84
Hex19423A3E0C4Aa82d12
Octal3110272760141122505522
Binary1100110000101110101111100110010010101010100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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