#14433D

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

Shades of Deep Teal #14433D

Tints of Deep Teal #14433D

Color information

#14433D (or 0x14433D) is unknown color: approx Deep Teal. HEX triplet: 14, 43 and 3D. RGB value is (20,67,61). Sum of RGB (Red+Green+Blue) = 20+67+61=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #14433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14433D is #EBBCC2. Grayscale: #343434. Windows color (decimal): -15449283 or 4014868. OLE color: 4014868.

HSL color Cylindrical-coordinate representation of color #14433D: hue angle of 172.34º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14433D is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB206761-
CMYK0.7000.090.74
HSL172.34º54.02%17.06%-
HSV(B)172.34º70.15%26.27%-
XYZ3.144.55.12-
YUV52.26132.93104.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=13.51%
G=45.27%
B=41.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067610.7000.090.74172.3454.0217.06
Hex14433D46094Aac3611
Octal24103751060111122546621
Binary10100100001111110110001100100110010101010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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