#175244

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

Shades of Deep Teal #175244

Tints of Deep Teal #175244

Color information

#175244 (or 0x175244) is unknown color: approx Deep Teal. HEX triplet: 17, 52 and 44. RGB value is (23,82,68). Sum of RGB (Red+Green+Blue) = 23+82+68=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #175244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175244 is #E8ADBB. Grayscale: #3E3E3E. Windows color (decimal): -15248828 or 4477463. OLE color: 4477463.

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

Color convert

RGB238268-
CMYK0.7200.170.68
HSL165.76º56.19%20.59%-
HSV(B)165.76º71.95%32.16%-
XYZ4.416.636.52-
YUV62.76130.9599.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.29%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=13.29%
G=47.40%
B=39.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382680.7200.170.68165.7656.1920.59
Hex1752444801144a63815
Octal271221041100211042467025
Binary1011110100101000100100100001000110001001010011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175244; }

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

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

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

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

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

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

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

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