#14483A

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

Shades of Deep Teal #14483A

Tints of Deep Teal #14483A

Color information

#14483A (or 0x14483A) is unknown color: approx Deep Teal. HEX triplet: 14, 48 and 3A. RGB value is (20,72,58). Sum of RGB (Red+Green+Blue) = 20+72+58=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #14483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483A is #EBB7C5. Grayscale: #363636. Windows color (decimal): -15448006 or 3819540. OLE color: 3819540.

HSL color Cylindrical-coordinate representation of color #14483A: hue angle of 163.85º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14483A is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB207258-
CMYK0.7200.190.72
HSL163.85º56.52%18.04%-
HSV(B)163.85º72.22%28.24%-
XYZ3.375.094.81-
YUV54.86129.77103.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=13.33%
G=48%
B=38.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072580.7200.190.72163.8556.5218.04
Hex14483A4801348a43912
Octal24110721100231102447122
Binary101001001000111010100100001001110010001010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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