#14483B

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

Shades of Deep Teal #14483B

Tints of Deep Teal #14483B

Color information

#14483B (or 0x14483B) is unknown color: approx Deep Teal. HEX triplet: 14, 48 and 3B. RGB value is (20,72,59). Sum of RGB (Red+Green+Blue) = 20+72+59=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #14483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483B is #EBB7C4. Grayscale: #363636. Windows color (decimal): -15448005 or 3885076. OLE color: 3885076.

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

Color convert

RGB207259-
CMYK0.7200.180.72
HSL165º56.52%18.04%-
HSV(B)165º72.22%28.24%-
XYZ3.45.14.94-
YUV54.97130.27103.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=13.25%
G=47.68%
B=39.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072590.7200.180.7216556.5218.04
Hex14483B4801248a53912
Octal24110731100221102457122
Binary101001001000111011100100001001010010001010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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