#15493B

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

Shades of Deep Teal #15493B

Tints of Deep Teal #15493B

Color information

#15493B (or 0x15493B) is unknown color: approx Deep Teal. HEX triplet: 15, 49 and 3B. RGB value is (21,73,59). Sum of RGB (Red+Green+Blue) = 21+73+59=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #15493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15493B is #EAB6C4. Grayscale: #373737. Windows color (decimal): -15382213 or 3885333. OLE color: 3885333.

HSL color Cylindrical-coordinate representation of color #15493B: hue angle of 163.85º 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 #15493B is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB217359-
CMYK0.7100.190.71
HSL163.85º55.32%18.43%-
HSV(B)163.85º71.23%28.63%-
XYZ3.485.244.97-
YUV55.86129.77103.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 59 (23.44% from 255) = 38.56%
R=13.73%
G=47.71%
B=38.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173590.7100.190.71163.8555.3218.43
Hex15493B4701347a43712
Octal25111731070231072446722
Binary101011001001111011100011101001110001111010010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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