#15413D

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

Shades of Deep Teal #15413D

Tints of Deep Teal #15413D

Color information

#15413D (or 0x15413D) is unknown color: approx Deep Teal. HEX triplet: 15, 41 and 3D. RGB value is (21,65,61). Sum of RGB (Red+Green+Blue) = 21+65+61=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #15413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15413D is #EABEC2. Grayscale: #333333. Windows color (decimal): -15384259 or 4014357. OLE color: 4014357.

HSL color Cylindrical-coordinate representation of color #15413D: hue angle of 174.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15413D is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB216561-
CMYK0.6800.060.75
HSL174.55º51.16%16.86%-
HSV(B)174.55º67.69%25.49%-
XYZ3.044.285.08-
YUV51.39133.42106.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=14.29%
G=44.22%
B=41.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165610.6800.060.75174.5551.1616.86
Hex15413D44064Baf3311
Octal2510175104061132576321
Binary1010110000011111011000100011010010111010111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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