#17473C

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

Shades of Deep Teal #17473C

Tints of Deep Teal #17473C

Color information

#17473C (or 0x17473C) is unknown color: approx Deep Teal. HEX triplet: 17, 47 and 3C. RGB value is (23,71,60). Sum of RGB (Red+Green+Blue) = 23+71+60=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #17473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17473C is #E8B8C3. Grayscale: #373737. Windows color (decimal): -15251652 or 3950359. OLE color: 3950359.

HSL color Cylindrical-coordinate representation of color #17473C: hue angle of 166.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17473C is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB237160-
CMYK0.6800.150.72
HSL166.25º51.06%18.43%-
HSV(B)166.25º67.61%27.84%-
XYZ3.425.015.06-
YUV55.39130.6104.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.94%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=14.94%
G=46.10%
B=38.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2371600.6800.150.72166.2551.0618.43
Hex17473C440F48a63312
Octal27107741040171102466322
Binary10111100011111110010001000111110010001010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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