#17493C

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

Shades of Deep Teal #17493C

Tints of Deep Teal #17493C

Color information

#17493C (or 0x17493C) is unknown color: approx Deep Teal. HEX triplet: 17, 49 and 3C. RGB value is (23,73,60). Sum of RGB (Red+Green+Blue) = 23+73+60=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #17493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17493C is #E8B6C3. Grayscale: #383838. Windows color (decimal): -15251140 or 3950871. OLE color: 3950871.

HSL color Cylindrical-coordinate representation of color #17493C: hue angle of 164.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17493C is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB237360-
CMYK0.6800.180.71
HSL164.4º52.08%18.82%-
HSV(B)164.4º68.49%28.63%-
XYZ3.555.275.11-
YUV56.57129.94104.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=14.74%
G=46.79%
B=38.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373600.6800.180.71164.452.0818.82
Hex17493C4401247a43413
Octal27111741040221072446423
Binary101111001001111100100010001001010001111010010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17493C; }

 p { color: rgb(23,73,60); }

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

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

 a { background-color: rgb(23,73,60); }

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

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

 span { border-color: rgb(23,73,60); }

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