#15473E

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

Shades of Deep Teal #15473E

Tints of Deep Teal #15473E

Color information

#15473E (or 0x15473E) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 3E. RGB value is (21,71,62). Sum of RGB (Red+Green+Blue) = 21+71+62=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #15473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473E is #EAB8C1. Grayscale: #373737. Windows color (decimal): -15382722 or 4081429. OLE color: 4081429.

HSL color Cylindrical-coordinate representation of color #15473E: hue angle of 169.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15473E is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB217162-
CMYK0.7000.130.72
HSL169.2º54.35%18.04%-
HSV(B)169.2º70.42%27.84%-
XYZ3.435.015.34-
YUV55.02131.94103.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=13.64%
G=46.10%
B=40.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171620.7000.130.72169.254.3518.04
Hex15473E460D48a93612
Octal25107761060151102516622
Binary10101100011111111010001100110110010001010100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15473E; }

 p { color: rgb(21,71,62); }

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

<style>
 a { background-color: #15473E; }

 a { background-color: rgb(21,71,62); }

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

<style>
 span { border-color: #15473E; }

 span { border-color: rgb(21,71,62); }

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