#15443D

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

Shades of Deep Teal #15443D

Tints of Deep Teal #15443D

Color information

#15443D (or 0x15443D) is unknown color: approx Deep Teal. HEX triplet: 15, 44 and 3D. RGB value is (21,68,61). Sum of RGB (Red+Green+Blue) = 21+68+61=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #15443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15443D is #EABBC2. Grayscale: #353535. Windows color (decimal): -15383491 or 4015125. OLE color: 4015125.

HSL color Cylindrical-coordinate representation of color #15443D: hue angle of 171.06º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15443D is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB216861-
CMYK0.6900.100.73
HSL171.06º52.81%17.45%-
HSV(B)171.06º69.12%26.67%-
XYZ3.224.635.14-
YUV53.15132.43105.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=14%
G=45.33%
B=40.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168610.6900.100.73171.0652.8117.45
Hex15443D450A49ab3511
Octal25104751050121112536521
Binary10101100010011110110001010101010010011010101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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