#175145

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

Shades of Deep Teal #175145

Tints of Deep Teal #175145

Color information

#175145 (or 0x175145) is unknown color: approx Deep Teal. HEX triplet: 17, 51 and 45. RGB value is (23,81,69). Sum of RGB (Red+Green+Blue) = 23+81+69=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #175145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175145 is #E8AEBA. Grayscale: #3E3E3E. Windows color (decimal): -15249083 or 4542743. OLE color: 4542743.

HSL color Cylindrical-coordinate representation of color #175145: hue angle of 167.59º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175145 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB238169-
CMYK0.7200.150.68
HSL167.59º55.77%20.39%-
HSV(B)167.59º71.6%31.76%-
XYZ4.376.56.65-
YUV62.29131.7899.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.29%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=13.29%
G=46.82%
B=39.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2381690.7200.150.68167.5955.7720.39
Hex175145480F44a83814
Octal271211051100171042507024
Binary101111010001100010110010000111110001001010100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175145; }

 p { color: rgb(23,81,69); }

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

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

 a { background-color: rgb(23,81,69); }

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

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

 span { border-color: rgb(23,81,69); }

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