#14483F

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

Shades of Deep Teal #14483F

Tints of Deep Teal #14483F

Color information

#14483F (or 0x14483F) is unknown color: approx Deep Teal. HEX triplet: 14, 48 and 3F. RGB value is (20,72,63). Sum of RGB (Red+Green+Blue) = 20+72+63=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #14483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483F is #EBB7C0. Grayscale: #373737. Windows color (decimal): -15448001 or 4147220. OLE color: 4147220.

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

Color convert

RGB207263-
CMYK0.7200.120.72
HSL169.62º56.52%18.04%-
HSV(B)169.62º72.22%28.24%-
XYZ3.55.145.51-
YUV55.43132.27102.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 63 (25% from 255) = 40.65%
R=12.90%
G=46.45%
B=40.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072630.7200.120.72169.6256.5218.04
Hex14483F480C48aa3912
Octal24110771100141102527122
Binary10100100100011111110010000110010010001010101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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