#193B36

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

Shades of Deep Teal #193B36

Tints of Deep Teal #193B36

Color information

#193B36 (or 0x193B36) is unknown color: approx Deep Teal. HEX triplet: 19, 3B and 36. RGB value is (25,59,54). Sum of RGB (Red+Green+Blue) = 25+59+54=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #193B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B36 is #E6C4C9. Grayscale: #303030. Windows color (decimal): -15123658 or 3554073. OLE color: 3554073.

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

Color convert

RGB255954-
CMYK0.5800.080.77
HSL171.18º40.48%16.47%-
HSV(B)171.18º57.63%23.14%-
XYZ2.633.64.05-
YUV48.26131.24111.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=18.12%
G=42.75%
B=39.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2559540.5800.080.77171.1840.4816.47
Hex193B363A084Dab2810
Octal317366720101152535020
Binary110011110111101101110100100010011011010101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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