#14453D

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

Shades of Deep Teal #14453D

Tints of Deep Teal #14453D

Color information

#14453D (or 0x14453D) is unknown color: approx Deep Teal. HEX triplet: 14, 45 and 3D. RGB value is (20,69,61). Sum of RGB (Red+Green+Blue) = 20+69+61=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #14453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14453D is #EBBAC2. Grayscale: #353535. Windows color (decimal): -15448771 or 4015380. OLE color: 4015380.

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

Color convert

RGB206961-
CMYK0.7100.120.73
HSL170.2º55.06%17.45%-
HSV(B)170.2º71.01%27.06%-
XYZ3.264.745.16-
YUV53.44132.27104.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=13.33%
G=46%
B=40.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069610.7100.120.73170.255.0617.45
Hex14453D470C49aa3711
Octal24105751070141112526721
Binary10100100010111110110001110110010010011010101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,69,61); }

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

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

 a { background-color: rgb(20,69,61); }

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

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

 span { border-color: rgb(20,69,61); }

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