#19433A

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

Shades of Deep Teal #19433A

Tints of Deep Teal #19433A

Color information

#19433A (or 0x19433A) is unknown color: approx Deep Teal. HEX triplet: 19, 43 and 3A. RGB value is (25,67,58). Sum of RGB (Red+Green+Blue) = 25+67+58=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #19433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19433A is #E6BCC5. Grayscale: #353535. Windows color (decimal): -15121606 or 3818265. OLE color: 3818265.

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

Color convert

RGB256758-
CMYK0.6300.130.74
HSL167.14º45.65%18.04%-
HSV(B)167.14º62.69%26.27%-
XYZ3.174.534.71-
YUV53.42130.59107.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=16.67%
G=44.67%
B=38.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567580.6300.130.74167.1445.6518.04
Hex19433A3F0D4Aa72e12
Octal3110372770151122475622
Binary1100110000111110101111110110110010101010011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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