#15493F

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

Shades of Deep Teal #15493F

Tints of Deep Teal #15493F

Color information

#15493F (or 0x15493F) is unknown color: approx Deep Teal. HEX triplet: 15, 49 and 3F. RGB value is (21,73,63). Sum of RGB (Red+Green+Blue) = 21+73+63=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #15493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15493F is #EAB6C0. Grayscale: #383838. Windows color (decimal): -15382209 or 4147477. OLE color: 4147477.

HSL color Cylindrical-coordinate representation of color #15493F: hue angle of 168.46º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15493F is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB217363-
CMYK0.7100.140.71
HSL168.46º55.32%18.43%-
HSV(B)168.46º71.23%28.63%-
XYZ3.595.285.53-
YUV56.31131.77102.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 63 (25% from 255) = 40.13%
R=13.38%
G=46.50%
B=40.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173630.7100.140.71168.4655.3218.43
Hex15493F470E47a83712
Octal25111771070161072506722
Binary10101100100111111110001110111010001111010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15493F; }

 p { color: rgb(21,73,63); }

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

<style>
 a { background-color: #15493F; }

 a { background-color: rgb(21,73,63); }

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

<style>
 span { border-color: #15493F; }

 span { border-color: rgb(21,73,63); }

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