#17413B

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

Shades of Deep Teal #17413B

Tints of Deep Teal #17413B

Color information

#17413B (or 0x17413B) is unknown color: approx Deep Teal. HEX triplet: 17, 41 and 3B. RGB value is (23,65,59). Sum of RGB (Red+Green+Blue) = 23+65+59=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #17413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17413B is #E8BEC4. Grayscale: #333333. Windows color (decimal): -15253189 or 3883287. OLE color: 3883287.

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

Color convert

RGB236559-
CMYK0.6500.090.75
HSL171.43º47.73%17.25%-
HSV(B)171.43º64.62%25.49%-
XYZ3.034.284.8-
YUV51.76132.09107.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=15.65%
G=44.22%
B=40.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365590.6500.090.75171.4347.7317.25
Hex17413B41094Bab3011
Octal27101731010111132536021
Binary10111100000111101110000010100110010111010101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17413B; }

 p { color: rgb(23,65,59); }

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

<style>
 a { background-color: #17413B; }

 a { background-color: rgb(23,65,59); }

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

<style>
 span { border-color: #17413B; }

 span { border-color: rgb(23,65,59); }

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