#174136

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

Shades of Deep Teal #174136

Tints of Deep Teal #174136

Color information

#174136 (or 0x174136) is unknown color: approx Deep Teal. HEX triplet: 17, 41 and 36. RGB value is (23,65,54). Sum of RGB (Red+Green+Blue) = 23+65+54=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #174136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174136 is #E8BEC9. Grayscale: #333333. Windows color (decimal): -15253194 or 3555607. OLE color: 3555607.

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

Color convert

RGB236554-
CMYK0.6500.170.75
HSL164.29º47.73%17.25%-
HSV(B)164.29º64.62%25.49%-
XYZ2.914.234.15-
YUV51.19129.59107.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=16.20%
G=45.77%
B=38.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365540.6500.170.75164.2947.7317.25
Hex174136410114Ba43011
Octal27101661010211132446021
Binary101111000001110110100000101000110010111010010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174136; }

 p { color: rgb(23,65,54); }

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

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

 a { background-color: rgb(23,65,54); }

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

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

 span { border-color: rgb(23,65,54); }

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