#17403A

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

Shades of Deep Teal #17403A

Tints of Deep Teal #17403A

Color information

#17403A (or 0x17403A) is unknown color: approx Deep Teal. HEX triplet: 17, 40 and 3A. RGB value is (23,64,58). Sum of RGB (Red+Green+Blue) = 23+64+58=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #17403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17403A is #E8BFC5. Grayscale: #333333. Windows color (decimal): -15253446 or 3817495. OLE color: 3817495.

HSL color Cylindrical-coordinate representation of color #17403A: hue angle of 171.22º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17403A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB236458-
CMYK0.6400.090.75
HSL171.22º47.13%17.06%-
HSV(B)171.22º64.06%25.1%-
XYZ2.954.154.65-
YUV51.06131.92107.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 58 (23.05% from 255) = 40%
R=15.86%
G=44.14%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364580.6400.090.75171.2247.1317.06
Hex17403A40094Bab2f11
Octal27100721000111132535721
Binary10111100000011101010000000100110010111010101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17403A; }

 p { color: rgb(23,64,58); }

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

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

 a { background-color: rgb(23,64,58); }

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

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

 span { border-color: rgb(23,64,58); }

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