#144538

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

Shades of Deep Teal #144538

Tints of Deep Teal #144538

Color information

#144538 (or 0x144538) is unknown color: approx Deep Teal. HEX triplet: 14, 45 and 38. RGB value is (20,69,56). Sum of RGB (Red+Green+Blue) = 20+69+56=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #144538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144538 is #EBBAC7. Grayscale: #343434. Windows color (decimal): -15448776 or 3687700. OLE color: 3687700.

HSL color Cylindrical-coordinate representation of color #144538: hue angle of 164.08º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144538 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB206956-
CMYK0.7100.190.73
HSL164.08º55.06%17.45%-
HSV(B)164.08º71.01%27.06%-
XYZ3.134.694.48-
YUV52.87129.77104.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=13.79%
G=47.59%
B=38.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069560.7100.190.73164.0855.0617.45
Hex1445384701349a43711
Octal24105701070231112446721
Binary101001000101111000100011101001110010011010010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144538; }

 p { color: rgb(20,69,56); }

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

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

 a { background-color: rgb(20,69,56); }

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

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

 span { border-color: rgb(20,69,56); }

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