#17493E

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

Shades of Deep Teal #17493E

Tints of Deep Teal #17493E

Color information

#17493E (or 0x17493E) is unknown color: approx Deep Teal. HEX triplet: 17, 49 and 3E. RGB value is (23,73,62). Sum of RGB (Red+Green+Blue) = 23+73+62=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #17493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17493E is #E8B6C1. Grayscale: #383838. Windows color (decimal): -15251138 or 4081943. OLE color: 4081943.

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

Color convert

RGB237362-
CMYK0.6800.150.71
HSL166.8º52.08%18.82%-
HSV(B)166.8º68.49%28.63%-
XYZ3.615.35.39-
YUV56.8130.94103.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=14.56%
G=46.20%
B=39.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373620.6800.150.71166.852.0818.82
Hex17493E440F47a73413
Octal27111761040171072476423
Binary10111100100111111010001000111110001111010011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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