#15413A

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

Shades of Deep Teal #15413A

Tints of Deep Teal #15413A

Color information

#15413A (or 0x15413A) is unknown color: approx Deep Teal. HEX triplet: 15, 41 and 3A. RGB value is (21,65,58). Sum of RGB (Red+Green+Blue) = 21+65+58=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #15413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15413A is #EABEC5. Grayscale: #333333. Windows color (decimal): -15384262 or 3817749. OLE color: 3817749.

HSL color Cylindrical-coordinate representation of color #15413A: hue angle of 170.45º 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 #15413A is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB216558-
CMYK0.6800.110.75
HSL170.45º51.16%16.86%-
HSV(B)170.45º67.69%25.49%-
XYZ2.964.254.67-
YUV51.05131.92106.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=14.58%
G=45.14%
B=40.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165580.6800.110.75170.4551.1616.86
Hex15413A440B4Baa3311
Octal25101721040131132526321
Binary10101100000111101010001000101110010111010101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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