#14433A

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

Shades of Deep Teal #14433A

Tints of Deep Teal #14433A

Color information

#14433A (or 0x14433A) is unknown color: approx Deep Teal. HEX triplet: 14, 43 and 3A. RGB value is (20,67,58). Sum of RGB (Red+Green+Blue) = 20+67+58=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #14433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14433A is #EBBCC5. Grayscale: #333333. Windows color (decimal): -15449286 or 3818260. OLE color: 3818260.

HSL color Cylindrical-coordinate representation of color #14433A: hue angle of 168.51º 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 #14433A is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB206758-
CMYK0.7000.130.74
HSL168.51º54.02%17.06%-
HSV(B)168.51º70.15%26.27%-
XYZ3.064.474.7-
YUV51.92131.43105.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 58 (23.05% from 255) = 40%
R=13.79%
G=46.21%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067580.7000.130.74168.5154.0217.06
Hex14433A460D4Aa93611
Octal24103721060151122516621
Binary10100100001111101010001100110110010101010100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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