#173F35

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

Shades of Deep Teal #173F35

Tints of Deep Teal #173F35

Color information

#173F35 (or 0x173F35) is unknown color: approx Deep Teal. HEX triplet: 17, 3F and 35. RGB value is (23,63,53). Sum of RGB (Red+Green+Blue) = 23+63+53=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #173F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F35 is #E8C0CA. Grayscale: #313131. Windows color (decimal): -15253707 or 3489559. OLE color: 3489559.

HSL color Cylindrical-coordinate representation of color #173F35: hue angle of 165º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173F35 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB236353-
CMYK0.6300.160.75
HSL165º46.51%16.86%-
HSV(B)165º63.49%24.71%-
XYZ2.773.993.99-
YUV49.9129.75108.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.55%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=16.55%
G=45.32%
B=38.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2363530.6300.160.7516546.5116.86
Hex173F353F0104Ba52f11
Octal277765770201132455721
Binary1011111111111010111111101000010010111010010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,63,53); }

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

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

 a { background-color: rgb(23,63,53); }

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

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

 span { border-color: rgb(23,63,53); }

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