#175344

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

Shades of Deep Teal #175344

Tints of Deep Teal #175344

Color information

#175344 (or 0x175344) is unknown color: approx Deep Teal. HEX triplet: 17, 53 and 44. RGB value is (23,83,68). Sum of RGB (Red+Green+Blue) = 23+83+68=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #175344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175344 is #E8ACBB. Grayscale: #3F3F3F. Windows color (decimal): -15248572 or 4477719. OLE color: 4477719.

HSL color Cylindrical-coordinate representation of color #175344: hue angle of 165º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175344 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB238368-
CMYK0.7200.180.67
HSL165º56.6%20.78%-
HSV(B)165º72.29%32.55%-
XYZ4.496.796.54-
YUV63.35130.6299.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.22%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=13.22%
G=47.70%
B=39.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383680.7200.180.6716556.620.78
Hex1753444801243a53915
Octal271231041100221032457125
Binary1011110100111000100100100001001010000111010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175344; }

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

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

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

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

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

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

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

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