#175245

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

Shades of Deep Teal #175245

Tints of Deep Teal #175245

Color information

#175245 (or 0x175245) is unknown color: approx Deep Teal. HEX triplet: 17, 52 and 45. RGB value is (23,82,69). Sum of RGB (Red+Green+Blue) = 23+82+69=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #175245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175245 is #E8ADBA. Grayscale: #3E3E3E. Windows color (decimal): -15248827 or 4542999. OLE color: 4542999.

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

Color convert

RGB238269-
CMYK0.7200.160.68
HSL166.78º56.19%20.59%-
HSV(B)166.78º71.95%32.16%-
XYZ4.446.656.68-
YUV62.88131.4599.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.22%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=13.22%
G=47.13%
B=39.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382690.7200.160.68166.7856.1920.59
Hex1752454801044a73815
Octal271221051100201042477025
Binary1011110100101000101100100001000010001001010011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175245; }

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

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

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

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

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

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

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

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