#193835

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

Shades of Deep Teal #193835

Tints of Deep Teal #193835

Color information

#193835 (or 0x193835) is unknown color: approx Deep Teal. HEX triplet: 19, 38 and 35. RGB value is (25,56,53). Sum of RGB (Red+Green+Blue) = 25+56+53=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #193835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193835 is #E6C7CA. Grayscale: #2E2E2E. Windows color (decimal): -15124427 or 3487769. OLE color: 3487769.

HSL color Cylindrical-coordinate representation of color #193835: hue angle of 174.19º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193835 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB255653-
CMYK0.5500.050.78
HSL174.19º38.27%15.88%-
HSV(B)174.19º55.36%21.96%-
XYZ2.463.293.87-
YUV46.39131.73112.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=18.66%
G=41.79%
B=39.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556530.5500.050.78174.1938.2715.88
Hex19383537054Eae2610
Octal31706567051162564620
Binary11001111000110101110111010110011101010111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193835; }

 p { color: rgb(25,56,53); }

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

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

 a { background-color: rgb(25,56,53); }

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

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

 span { border-color: rgb(25,56,53); }

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