#173C38

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

Shades of Deep Teal #173C38

Tints of Deep Teal #173C38

Color information

#173C38 (or 0x173C38) is unknown color: approx Deep Teal. HEX triplet: 17, 3C and 38. RGB value is (23,60,56). Sum of RGB (Red+Green+Blue) = 23+60+56=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #173C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C38 is #E8C3C7. Grayscale: #303030. Windows color (decimal): -15254472 or 3685399. OLE color: 3685399.

HSL color Cylindrical-coordinate representation of color #173C38: hue angle of 173.51º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173C38 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB236056-
CMYK0.6200.070.76
HSL173.51º44.58%16.27%-
HSV(B)173.51º61.67%23.53%-
XYZ2.683.74.31-
YUV48.48132.24109.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.55%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=16.55%
G=43.17%
B=40.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2360560.6200.070.76173.5144.5816.27
Hex173C383E074Cae2d10
Octal27747076071142565520
Binary10111111100111000111110011110011001010111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173C38; }

 p { color: rgb(23,60,56); }

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

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

 a { background-color: rgb(23,60,56); }

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

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

 span { border-color: rgb(23,60,56); }

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