#193C36

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

Shades of Deep Teal #193C36

Tints of Deep Teal #193C36

Color information

#193C36 (or 0x193C36) is unknown color: approx Deep Teal. HEX triplet: 19, 3C and 36. RGB value is (25,60,54). Sum of RGB (Red+Green+Blue) = 25+60+54=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #193C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C36 is #E6C3C9. Grayscale: #303030. Windows color (decimal): -15123402 or 3554329. OLE color: 3554329.

HSL color Cylindrical-coordinate representation of color #193C36: hue angle of 169.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C36 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB256054-
CMYK0.5800.100.76
HSL169.71º41.18%16.67%-
HSV(B)169.71º58.33%23.53%-
XYZ2.683.74.06-
YUV48.85130.9110.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=17.99%
G=43.17%
B=38.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560540.5800.100.76169.7141.1816.67
Hex193C363A0A4Caa2911
Octal317466720121142525121
Binary110011111001101101110100101010011001010101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,60,54); }

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

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

 a { background-color: rgb(25,60,54); }

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

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

 span { border-color: rgb(25,60,54); }

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