#14483D

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

Shades of Deep Teal #14483D

Tints of Deep Teal #14483D

Color information

#14483D (or 0x14483D) is unknown color: approx Deep Teal. HEX triplet: 14, 48 and 3D. RGB value is (20,72,61). Sum of RGB (Red+Green+Blue) = 20+72+61=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #14483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483D is #EBB7C2. Grayscale: #373737. Windows color (decimal): -15448003 or 4016148. OLE color: 4016148.

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

Color convert

RGB207261-
CMYK0.7200.150.72
HSL167.31º56.52%18.04%-
HSV(B)167.31º72.22%28.24%-
XYZ3.455.125.22-
YUV55.2131.27102.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=13.07%
G=47.06%
B=39.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072610.7200.150.72167.3156.5218.04
Hex14483D480F48a73912
Octal24110751100171102477122
Binary10100100100011110110010000111110010001010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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