#15443F

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

Shades of Deep Teal #15443F

Tints of Deep Teal #15443F

Color information

#15443F (or 0x15443F) is unknown color: approx Deep Teal. HEX triplet: 15, 44 and 3F. RGB value is (21,68,63). Sum of RGB (Red+Green+Blue) = 21+68+63=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #15443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15443F is #EABBC0. Grayscale: #353535. Windows color (decimal): -15383489 or 4146197. OLE color: 4146197.

HSL color Cylindrical-coordinate representation of color #15443F: hue angle of 173.62º 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 #15443F is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB216863-
CMYK0.6900.070.73
HSL173.62º52.81%17.45%-
HSV(B)173.62º69.12%26.67%-
XYZ3.274.655.43-
YUV53.38133.43104.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 63 (25% from 255) = 41.45%
R=13.82%
G=44.74%
B=41.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168630.6900.070.73173.6252.8117.45
Hex15443F450749ae3511
Octal2510477105071112566521
Binary1010110001001111111000101011110010011010111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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