#14483C

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

Shades of Deep Teal #14483C

Tints of Deep Teal #14483C

Color information

#14483C (or 0x14483C) is unknown color: approx Deep Teal. HEX triplet: 14, 48 and 3C. RGB value is (20,72,60). Sum of RGB (Red+Green+Blue) = 20+72+60=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #14483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483C is #EBB7C3. Grayscale: #373737. Windows color (decimal): -15448004 or 3950612. OLE color: 3950612.

HSL color Cylindrical-coordinate representation of color #14483C: hue angle of 166.15º 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 #14483C is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB207260-
CMYK0.7200.170.72
HSL166.15º56.52%18.04%-
HSV(B)166.15º72.22%28.24%-
XYZ3.425.115.08-
YUV55.08130.77102.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=13.16%
G=47.37%
B=39.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072600.7200.170.72166.1556.5218.04
Hex14483C4801148a63912
Octal24110741100211102467122
Binary101001001000111100100100001000110010001010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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