#175248

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

Shades of Deep Teal #175248

Tints of Deep Teal #175248

Color information

#175248 (or 0x175248) is unknown color: approx Deep Teal. HEX triplet: 17, 52 and 48. RGB value is (23,82,72). Sum of RGB (Red+Green+Blue) = 23+82+72=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #175248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175248 is #E8ADB7. Grayscale: #3F3F3F. Windows color (decimal): -15248824 or 4739607. OLE color: 4739607.

HSL color Cylindrical-coordinate representation of color #175248: hue angle of 169.83º 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 #175248 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB238272-
CMYK0.7200.120.68
HSL169.83º56.19%20.59%-
HSV(B)169.83º71.95%32.16%-
XYZ4.546.687.18-
YUV63.22132.9599.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=12.99%
G=46.33%
B=40.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382720.7200.120.68169.8356.1920.59
Hex175248480C44aa3815
Octal271221101100141042527025
Binary101111010010100100010010000110010001001010101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175248; }

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

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

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

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

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

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

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

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