#193A32

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

Shades of Deep Teal #193A32

Tints of Deep Teal #193A32

Color information

#193A32 (or 0x193A32) is unknown color: approx Deep Teal. HEX triplet: 19, 3A and 32. RGB value is (25,58,50). Sum of RGB (Red+Green+Blue) = 25+58+50=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #193A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A32 is #E6C5CD. Grayscale: #2F2F2F. Windows color (decimal): -15123918 or 3291673. OLE color: 3291673.

HSL color Cylindrical-coordinate representation of color #193A32: hue angle of 165.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A32 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB255850-
CMYK0.5700.140.77
HSL165.45º39.76%16.27%-
HSV(B)165.45º56.9%22.75%-
XYZ2.493.463.55-
YUV47.22129.57112.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=18.80%
G=43.61%
B=37.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2558500.5700.140.77165.4539.7616.27
Hex193A32390E4Da52810
Octal317262710161152455020
Binary110011110101100101110010111010011011010010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A32; }

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

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

<style>
 a { background-color: #193A32; }

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

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

<style>
 span { border-color: #193A32; }

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

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