#17413D

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

Shades of Deep Teal #17413D

Tints of Deep Teal #17413D

Color information

#17413D (or 0x17413D) is unknown color: approx Deep Teal. HEX triplet: 17, 41 and 3D. RGB value is (23,65,61). Sum of RGB (Red+Green+Blue) = 23+65+61=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #17413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17413D is #E8BEC2. Grayscale: #333333. Windows color (decimal): -15253187 or 4014359. OLE color: 4014359.

HSL color Cylindrical-coordinate representation of color #17413D: hue angle of 174.29º 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 #17413D is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB236561-
CMYK0.6500.060.75
HSL174.29º47.73%17.25%-
HSV(B)174.29º64.62%25.49%-
XYZ3.094.35.08-
YUV51.99133.09107.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=15.44%
G=43.62%
B=40.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365610.6500.060.75174.2947.7317.25
Hex17413D41064Bae3011
Octal2710175101061132566021
Binary1011110000011111011000001011010010111010111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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