#17493D

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

Shades of Deep Teal #17493D

Tints of Deep Teal #17493D

Color information

#17493D (or 0x17493D) is unknown color: approx Deep Teal. HEX triplet: 17, 49 and 3D. RGB value is (23,73,61). Sum of RGB (Red+Green+Blue) = 23+73+61=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #17493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17493D is #E8B6C2. Grayscale: #383838. Windows color (decimal): -15251139 or 4016407. OLE color: 4016407.

HSL color Cylindrical-coordinate representation of color #17493D: hue angle of 165.6º 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 #17493D is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB237361-
CMYK0.6800.160.71
HSL165.6º52.08%18.82%-
HSV(B)165.6º68.49%28.63%-
XYZ3.585.285.25-
YUV56.68130.44103.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=14.65%
G=46.50%
B=38.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373610.6800.160.71165.652.0818.82
Hex17493D4401047a63413
Octal27111751040201072466423
Binary101111001001111101100010001000010001111010011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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