#15443C

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

Shades of Deep Teal #15443C

Tints of Deep Teal #15443C

Color information

#15443C (or 0x15443C) is unknown color: approx Deep Teal. HEX triplet: 15, 44 and 3C. RGB value is (21,68,60). Sum of RGB (Red+Green+Blue) = 21+68+60=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #15443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15443C is #EABBC3. Grayscale: #353535. Windows color (decimal): -15383492 or 3949589. OLE color: 3949589.

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

Color convert

RGB216860-
CMYK0.6900.120.73
HSL169.79º52.81%17.45%-
HSV(B)169.79º69.12%26.67%-
XYZ3.194.625-
YUV53.04131.93105.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=14.09%
G=45.64%
B=40.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168600.6900.120.73169.7952.8117.45
Hex15443C450C49aa3511
Octal25104741050141112526521
Binary10101100010011110010001010110010010011010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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